diff --git a/tests/domain/test_mock_csp.py b/tests/domain/test_mock_csp.py index 5dd063c8..927bf304 100644 --- a/tests/domain/test_mock_csp.py +++ b/tests/domain/test_mock_csp.py @@ -4,6 +4,7 @@ from atst.domain.csp import MockCloudProvider CREDENTIALS = MockCloudProvider()._auth_credentials + @pytest.fixture def mock_csp(): return MockCloudProvider(with_delay=False, with_failure=False)