Skip to content

Commit

Permalink
fix: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y-mehta committed Dec 29, 2020
1 parent d87fc84 commit cc95856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
}

blockUrls.forEach((url)=>{
it(`${url} Is Blocked`, async () => {
it(`${url} is Blocked`, async () => {
let check = 0;
const response = await axios.get(url, {httpAgent: ssrfFilter(url),
httpsAgent: ssrfFilter(url)})
Expand Down

0 comments on commit cc95856

Please sign in to comment.