fix tests

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2024-04-24 13:58:24 -04:00
parent f1deefc077
commit 37e25ab51e

View File

@@ -190,7 +190,7 @@ def test_fully_custom_config(positive_env: NeonEnv):
"trace_read_requests": True,
"walreceiver_connect_timeout": "13m",
"image_layer_creation_check_threshold": 1,
"aux_file_v2": True,
"try_enable_aux_file_v2": True,
}
ps_http = env.pageserver.http_client()