Skip to content

Commit

Permalink
Update tests/test_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash authored Jul 29, 2024
1 parent edb0b3c commit 7edc957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def test_routes():
When a page is requested (GET)
THEN check if the response is valid (200)
"""
flask_app = create_app()
env = ServerSettings()
flask_app = create_app(env)
OK = 200

# Create a test client using the Flask application configured for testing
Expand Down

0 comments on commit 7edc957

Please sign in to comment.