Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi-Patil committed Apr 17, 2024
1 parent 38e266b commit 3c15064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_api_documentation():
"""Check if the docs are displayed."""
request_url = f"http://data.localised-project.eu/api/v1/docs"
request_url = f"http://data.localised-project.eu/dsp/v1/docs"

response = requests.get(request_url)
assert response.ok

0 comments on commit 3c15064

Please sign in to comment.