Skip to content

Commit d94b6d3

Browse files
committed
Update import
1 parent 8eb2561 commit d94b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
from core.config import settings
33
from fastapi.testclient import TestClient
4-
from main import app
4+
from function_app import app
55

66

77
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)