Skip to content

Commit

Permalink
fix: update failing tests cases after style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
micovery authored and jeremyfiel committed Nov 13, 2024
1 parent 388b6a4 commit 7fa3571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dist
dist/
site
venv
.venv
.venv
__pycache__
Binary file modified pkg/mock/testdata/mocks/petstore/exp-apiproxy.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/utils/overlay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestOASOverlay(t *testing.T) {
{
"bad-remove-value",
"petstore/oas3.yaml",
errors.New("'remove' field within overlay action is not boolean at testdata/oas-overlay/bad-remove-value/overlay.yaml:20"),
errors.New("'remove' field within Overlay action is not boolean at testdata/oas-overlay/bad-remove-value/overlay.yaml:20"),
},
{
"bad-action-op",
Expand Down

0 comments on commit 7fa3571

Please sign in to comment.