We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5231ee commit 413ea86Copy full SHA for 413ea86
tests/test_scenario/conftest.py
@@ -56,6 +56,9 @@ def get_endpoints_config(endpoint_name: str):
56
f"Failed to load endpoints config file: {endpoints_config}"
57
) from e
58
59
+@pytest.fixture()
60
+def endpoints_config(endpoint_name: str):
61
+ return get_endpoints_config(endpoint_name)
62
63
@pytest.fixture()
64
def fault_injector_client():
0 commit comments