Skip to content

Commit a568ae9

Browse files
committed
Update test
1 parent 1cba28c commit a568ae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pytest
22
from fastapi.testclient import TestClient
3-
from function.core.config import settings
4-
from function.function_app import fastapi_app
3+
from function.main import fastapi_app
54

65

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

0 commit comments

Comments
 (0)