Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
update test case (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione committed Jun 22, 2020
1 parent 25a998d commit 79ef185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/v2/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ paths:
$ref: '#/components/responses/NoJobConfigError/content/application~1json/examples/NoJobConfigError'
'500':
$ref: '#/components/responses/UnknownError'
'/api/v2/jobs/{user}~{job}/exectionType':
'/api/v2/jobs/{user}~{job}/executionType':
put:
tags:
- job
Expand Down
2 changes: 1 addition & 1 deletion tests/common/apiTestCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export const ApiDefaultTestCases: {[key: string]: IApiTestCase} = {
],
after: [ updateTestJobExecutionType('STOP') ]
},
'put /api/v2/jobs/{user}~{job}/exectionType': {
'put /api/v2/jobs/{user}~{job}/executionType': {
before: [ createTestJob() ],
tests: [
{
Expand Down

0 comments on commit 79ef185

Please sign in to comment.