Fit linter and tests

This commit is contained in:
Kyle Shockey
2017-09-08 18:44:11 -07:00
parent a58e6eb766
commit 5bc096d32b
5 changed files with 8 additions and 6 deletions

View File

@@ -113,7 +113,8 @@ describe("spec plugin - actions", function(){
spec: () => fromJS({}),
parameterValues: () => fromJS({}),
contentTypeValues: () => fromJS({}),
url: () => fromJS({})
url: () => fromJS({}),
isOAS3: () => false
},
getConfigs: () => configs
}