Skip to content

Commit 09d44de

Browse files
committed
Block the new stats.grafana.org in tests instead of the old reports
1 parent 144ee5e commit 09d44de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/cmd/tests/tests.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ func Main(m *testing.M) {
3939
bt := &blockingTransport{
4040
fallback: http.DefaultTransport,
4141
forbiddenHosts: map[string]bool{
42-
"ingest.k6.io": true,
43-
"cloudlogs.k6.io": true,
44-
"app.k6.io": true,
45-
"reports.k6.io": true,
42+
"ingest.k6.io": true,
43+
"cloudlogs.k6.io": true,
44+
"app.k6.io": true,
45+
"stats.grafana.org": true,
4646
},
4747
}
4848
http.DefaultTransport = bt

0 commit comments

Comments
 (0)