You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is that /job/jobId/submit only has a defined POST route. When config.get is called the route doesn't exist and returns 404. If you change the command to config.post(f"/job/{helpers.get_user_jobid()}/submit") the status code will be 401 instead.
The job route
/job/jobId/submit
returns a 404 response code instead of a 401 response code when a job that is already in the queue is submitted.Expected Behavior
This route should return a 401 response code.
To Reproduce
The text was updated successfully, but these errors were encountered: