Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jun 4, 2024
1 parent c68cec2 commit 12596a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/test_restapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def client():
def test_index(client):
response = client.get("/")
assert response.status_code == 200
assert "Wetterdienst - Open weather data for humans" in response.text
assert "wetterdienst - open weather data for humans" in response.text


def test_robots(client):
Expand Down

0 comments on commit 12596a6

Please sign in to comment.