Skip to content

Commit df32215

Browse files
committed
Added test case for create.
1 parent 7b3017a commit df32215

File tree

1 file changed

+3
-0
lines changed
  • javascript/ql/test/library-tests/frameworks/ClientRequests

1 file changed

+3
-0
lines changed

javascript/ql/test/library-tests/frameworks/ClientRequests/tst.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,7 @@ function moreAxiosTests(url, data, config){
328328
axios.patchForm(url, data);
329329
axios.patchForm(url, data, config);
330330
axios.getUri({ url: url });
331+
332+
const axiosInstance = axios.create({});
333+
axiosInstance({method: "get", url: url, responseType: "text"}); // Not flagged
331334
}

0 commit comments

Comments
 (0)