Skip to content

Commit ee57819

Browse files
fix: String import
1 parent 548e741 commit ee57819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
@pytest.fixture(autouse=True)
3232
def mock_api_key():
3333
"""Mock the API key for testing."""
34-
with patch("app.config.CONFIG.flowkit_python_api_key", MOCK_API_KEY):
34+
with patch("allie.flowkit.config.CONFIG.flowkit_python_api_key", MOCK_API_KEY):
3535
yield

0 commit comments

Comments
 (0)