Skip to content

Commit c04e675

Browse files
committed
empty config
1 parent baaed78 commit c04e675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

krakend/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_docker_process_e2e(env_vars: dict[str, str], conditions: list[LazyFuncti
6868
conditions=conditions,
6969
):
7070
asyncio.run(generate_sample_traffic())
71-
yield (None, get_e2e_process_discovery_metadata())
71+
yield ({'instances': []}, get_e2e_process_discovery_metadata())
7272

7373

7474
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)