Skip to content

Commit a6e7175

Browse files
committed
linted
1 parent 73aee4d commit a6e7175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/client.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ describe('SwaggerClient', function () {
563563

564564
// rewrite this request to something that'll work locally
565565
requestObj.method = 'GET';
566-
requestObj.url = 'http://localhost:8000/v2/api/pet/1'
566+
requestObj.url = 'http://localhost:8000/v2/api/pet/1';
567567
return requestObj;
568568
}
569569
}
@@ -626,9 +626,9 @@ describe('SwaggerClient', function () {
626626
statusText: 'it works!'
627627
});
628628
// and if something goes wrong call requestObj.on.error and pass the payload
629-
}, 1000)
629+
}, 1000);
630630
}
631-
}
631+
};
632632

633633
new SwaggerClient({
634634
url: 'http://localhost:8000/v2/swagger.json',

0 commit comments

Comments
 (0)