Skip to content

Commit

Permalink
Update test-http-requests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
farshaddavoudi authored Aug 8, 2024
1 parent 82283ff commit 079dbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-http-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const url1 = "https://httpbin.test.k6.io/get";
const url2 = "https://test.k6.io";
const url3 = "https://httpbin.test.k6.io/post";
const url3 = "https://httpbin.test.k6.io/get";

export const testEndpoint1 = {
method: "GET",
Expand Down

0 comments on commit 079dbb9

Please sign in to comment.