mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Added test case for create.
This commit is contained in:
@@ -347,4 +347,7 @@ function moreAxiosTests(url, data, config){
|
||||
axios.patchForm(url, data);
|
||||
axios.patchForm(url, data, config);
|
||||
axios.getUri({ url: url });
|
||||
|
||||
const axiosInstance = axios.create({});
|
||||
axiosInstance({method: "get", url: url, responseType: "text"}); // Not flagged
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user