Skip to content

Commit e89c013

Browse files
committed
Update test reference
1 parent 302d474 commit e89c013

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,11 +1,11 @@
11
import pytest
22
from fastapi.testclient import TestClient
3-
from fastapp.main import fastapi_app
3+
from fastapp.main import app
44

55

66
@pytest.fixture(scope="module")
77
def client() -> TestClient:
8-
return TestClient(fastapi_app)
8+
return TestClient(app)
99

1010

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

0 commit comments

Comments
 (0)