Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Nov 15, 2024
1 parent e6a6397 commit 4a411e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientAdvisor/App/tests/testt_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def flaskapp():

@pytest.fixture
def client(flaskapp):
"""Create a test client for the app."""
"""Create a test client for the flaskapp."""
return flaskapp.test_client()


Expand Down

0 comments on commit 4a411e8

Please sign in to comment.