We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d12e99 commit b4c8674Copy full SHA for b4c8674
backend/tests/test_endpoints.py
@@ -255,7 +255,7 @@ def test_get_runStatus(self):
255
# get running training status
256
257
res = self.client.get(
258
- f"{API_BASE}/training/status/{training.id}/", headers=headersList
+ f"{API_BASE}/task/status/{training.id}/", headers=headersList
259
)
260
self.assertEqual(res.status_code, status.HTTP_200_OK)
261
0 commit comments