Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 15, 2025
1 parent d403209 commit 930097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/upcoming/test_get_mock_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@


def test_upcoming_mock_endpoint():
response = client.get("/api/digital-roadmap/v1/upcoming-changes/get-future-data")
response = client.get("/api/digital-roadmap/v1/upcoming-changes")
assert response.status_code == 200

0 comments on commit 930097f

Please sign in to comment.