Skip to content
Snippets Groups Projects
Commit ad6a9307 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

fix typo

parent fc986d92
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ hooks.skip("GET /jobs/next -> 200");
hooks.skip("GET /jobs -> 200");
hooks.skip("GET /jobs/{JobId} -> 200");
hooks.skip("PUT /jobs/{JobId} -> 200");
hooks.skip("GET /jobs/{JobId}/config.json -> 200");
// Can only retry a failed job
hooks.skip("POST /jobs/{JobId}/retry -> 200");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment