Skip to content

Commit ac38e35

Browse files
mstoykovPepe Cano
authored andcommitted
Replace the last loadimpact.com test domains with k6.io
part of grafana/k6#1400
1 parent 4dbda50 commit ac38e35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/data/markdown/docs/02 javascript api/06 k6-http/61 Response/Response-json- -selector- -.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This method takes an object argument where the following properties can be set:
2525
import http from 'k6/http';
2626

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

3030
console.log(res.json());
3131
}

src/data/markdown/docs/06 Cloud REST API/01 Cloud REST API/06 Test Run Metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ Returns details of a metric with the specified ID.
9191
},
9292
"k6-group": {
9393
"id": "223813452fd767e624ba9ee6c78bde91",
94-
"name": "page_1 - http://test.loadimpact.com/"
94+
"name": "page_1 - http://test.k6.io/"
9595
},
9696
"k6-url": {
9797
"id": "81414ab976a1985f59b321d6b745d2c2",
9898
"method": "GET",
9999
"status": 200,
100-
"url": "http://test.loadimpact.com/"
100+
"url": "http://test.k6.io/"
101101
}
102102
}
103103
```

0 commit comments

Comments
 (0)