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 548e741 commit ee57819Copy full SHA for ee57819
tests/conftest.py
@@ -31,5 +31,5 @@
31
@pytest.fixture(autouse=True)
32
def mock_api_key():
33
"""Mock the API key for testing."""
34
- with patch("app.config.CONFIG.flowkit_python_api_key", MOCK_API_KEY):
+ with patch("allie.flowkit.config.CONFIG.flowkit_python_api_key", MOCK_API_KEY):
35
yield
0 commit comments