Skip to content

Commit

Permalink
Remove default swagger host from testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsenay committed Apr 25, 2024
1 parent e54dbaa commit 434385a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/expected_output/bft.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
}
},
"basePath": "/",
"host": "localhost",
"host": "",
"definitions": {
"models.EmptySuccessfulResponse": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion testdata/expected_output/dnmt.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"basePath": "/",
"host": "localhost",
"host": "",
"definitions": {
"models.ComplexSuccessfulResponse": {
"type": "object",
Expand Down

0 comments on commit 434385a

Please sign in to comment.