We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a6397 commit 4a411e8Copy full SHA for 4a411e8
ClientAdvisor/App/tests/testt_app.py
@@ -47,7 +47,7 @@ def flaskapp():
47
48
@pytest.fixture
49
def client(flaskapp):
50
- """Create a test client for the app."""
+ """Create a test client for the flaskapp."""
51
return flaskapp.test_client()
52
53
0 commit comments