mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
@@ -934,10 +934,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_parse_json_field() {
|
||||
let config = vec![(
|
||||
"eviction_policy",
|
||||
"eviction_policy:{\"kind\": \"NoEviction\"}",
|
||||
)];
|
||||
let config = vec![("eviction_policy", "{\"kind\": \"NoEviction\"}")];
|
||||
TenantConfig::deserialize_from_settings(config.into_iter().collect()).unwrap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user