Skip to content

Commit 622a5a3

Browse files
author
codewitching
committed
fix test client fixture
1 parent 3b9d634 commit 622a5a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pytest
1+
import pytest
22
from app import create_app
33

44
@pytest.fixture
@@ -11,5 +11,3 @@ def test_divide_endpoint(client):
1111
response = client.get("/divide")
1212
assert response.status_code == 200
1313
assert response.json["result"] == 5
14-
15-

0 commit comments

Comments
 (0)