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 1cba28c commit a568ae9Copy full SHA for a568ae9
tests/test_main.py
@@ -1,7 +1,6 @@
1
import pytest
2
from fastapi.testclient import TestClient
3
-from function.core.config import settings
4
-from function.function_app import fastapi_app
+from function.main import fastapi_app
5
6
7
@pytest.fixture(scope="module")
0 commit comments