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