Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 545a2a2

Browse files
Update account_tests.py
Importing `client` no longer needed with the addition of conftest.py
1 parent 5280da5 commit 545a2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch14_testing/final/tests/account_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pypi_org.data.users import User
44
from pypi_org.viewmodels.account.register_viewmodel import RegisterViewModel
5-
from tests.test_client import flask_app, client
5+
from tests.test_client import flask_app
66
import unittest.mock
77

88

0 commit comments

Comments
 (0)