Skip to content

Commit 413ea86

Browse files
committed
Added missing fixture
1 parent f5231ee commit 413ea86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_scenario/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ def get_endpoints_config(endpoint_name: str):
5656
f"Failed to load endpoints config file: {endpoints_config}"
5757
) from e
5858

59+
@pytest.fixture()
60+
def endpoints_config(endpoint_name: str):
61+
return get_endpoints_config(endpoint_name)
5962

6063
@pytest.fixture()
6164
def fault_injector_client():

0 commit comments

Comments
 (0)