mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
fix prewarm test with grpc
I added a fixture to run these tests with and without grpc, but missed passing the option to one endpoint creation.
This commit is contained in:
@@ -140,6 +140,7 @@ def test_lfc_prewarm(neon_simple_env: NeonEnv, method: PrewarmMethod, grpc: bool
|
||||
config_lines=cfg,
|
||||
autoprewarm=True,
|
||||
offload_lfc_interval_seconds=AUTOOFFLOAD_INTERVAL_SECS,
|
||||
grpc=grpc,
|
||||
)
|
||||
else:
|
||||
endpoint = env.endpoints.create_start(branch_name="main", config_lines=cfg, grpc=grpc)
|
||||
|
||||
Reference in New Issue
Block a user