Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cremor committed May 13, 2024
1 parent 1c3e50b commit 36cfc3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/WebSites/CliExample/wwwroot/swagger/v1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"responses": {
"200": {
"description": "Success",
"description": "OK",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -51,4 +51,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"responses": {
"200": {
"description": "Success",
"description": "OK",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -51,4 +51,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions test/WebSites/NswagClientExample/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"responses": {
"200": {
"description": "Success"
"description": "OK"
}
}
}
Expand Down Expand Up @@ -137,4 +137,4 @@
}
}
}
}
}

0 comments on commit 36cfc3f

Please sign in to comment.