We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73aee4d commit a6e7175Copy full SHA for a6e7175
test/client.js
@@ -563,7 +563,7 @@ describe('SwaggerClient', function () {
563
564
// rewrite this request to something that'll work locally
565
requestObj.method = 'GET';
566
- requestObj.url = 'http://localhost:8000/v2/api/pet/1'
+ requestObj.url = 'http://localhost:8000/v2/api/pet/1';
567
return requestObj;
568
}
569
@@ -626,9 +626,9 @@ describe('SwaggerClient', function () {
626
statusText: 'it works!'
627
});
628
// and if something goes wrong call requestObj.on.error and pass the payload
629
- }, 1000)
+ }, 1000);
630
631
- }
+ };
632
633
new SwaggerClient({
634
url: 'http://localhost:8000/v2/swagger.json',
0 commit comments