Skip to content

Commit

Permalink
Replace the last loadimpact.com test domains with k6.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov authored and Pepe Cano committed Oct 23, 2020
1 parent 4dbda50 commit ac38e35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This method takes an object argument where the following properties can be set:
import http from 'k6/http';

export default function () {
let res = http.get('https://test-api.loadimpact.com/public/crocodiles/');
let res = http.get('https://test-api.k6.io/public/crocodiles/')

console.log(res.json());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ Returns details of a metric with the specified ID.
},
"k6-group": {
"id": "223813452fd767e624ba9ee6c78bde91",
"name": "page_1 - http://test.loadimpact.com/"
"name": "page_1 - http://test.k6.io/"
},
"k6-url": {
"id": "81414ab976a1985f59b321d6b745d2c2",
"method": "GET",
"status": 200,
"url": "http://test.loadimpact.com/"
"url": "http://test.k6.io/"
}
}
```
Expand Down

0 comments on commit ac38e35

Please sign in to comment.