There was an error while loading. Please reload this page.
1 parent baaed78 commit c04e675Copy full SHA for c04e675
1 file changed
krakend/tests/conftest.py
@@ -68,7 +68,7 @@ def run_docker_process_e2e(env_vars: dict[str, str], conditions: list[LazyFuncti
68
conditions=conditions,
69
):
70
asyncio.run(generate_sample_traffic())
71
- yield (None, get_e2e_process_discovery_metadata())
+ yield ({'instances': []}, get_e2e_process_discovery_metadata())
72
73
74
@pytest.fixture(scope="session")
0 commit comments