Skip to content

Commit 156707c

Browse files
committed
Update test
1 parent 4a2d79b commit 156707c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import pytest
22
from fastapi.testclient import TestClient
33
from function.core.config import settings
4-
from function.function_app import app
4+
from function.function_app import fastapi_app
55

66

77
@pytest.fixture(scope="module")
88
def client() -> TestClient:
9-
return TestClient(app)
9+
return TestClient(fastapi_app)
1010

1111

1212
@pytest.mark.parametrize("version", ("v1",))

0 commit comments

Comments
 (0)