Skip to content

Commit b4c8674

Browse files
fix: update endpoint path for training status in test_endpoints.py
1 parent 4d12e99 commit b4c8674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def test_get_runStatus(self):
255255
# get running training status
256256

257257
res = self.client.get(
258-
f"{API_BASE}/training/status/{training.id}/", headers=headersList
258+
f"{API_BASE}/task/status/{training.id}/", headers=headersList
259259
)
260260
self.assertEqual(res.status_code, status.HTTP_200_OK)
261261

0 commit comments

Comments
 (0)