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:
Heikki Linnakangas
2025-08-01 00:12:06 +03:00
parent 4a031b9467
commit e466cd1eb2

View File

@@ -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)