Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Sep 19, 2024
1 parent 7fc10cc commit 45dee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_model_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_service_available():
service_url = f"{SERVER_URL}/{WORKSPACE_NAME}/service/{CLIENT_ID}:{SERVICE_ID}/hello"
service_url = f"{SERVER_URL}/{WORKSPACE_NAME}/services/{CLIENT_ID}:{SERVICE_ID}/hello"
response = requests.get(service_url)
assert response.status_code == 200
assert response.json() == "Welcome to the Interactive Segmentation service!"
Expand Down

0 comments on commit 45dee17

Please sign in to comment.