Skip to content

Commit

Permalink
Merge pull request #53 from software-students-spring2024/finedits
Browse files Browse the repository at this point in the history
testfix
  • Loading branch information
jladrover authored Apr 17, 2024
2 parents 528b611 + 43e0c85 commit 71effe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from main import app


@pytest.fixture(name="client")
@pytest.fixture(name="mock_client")
def client():
"""Create a test client for the flask application"""
app.config["TESTING"] = True
Expand Down

0 comments on commit 71effe0

Please sign in to comment.