diff --git a/benchmarks/server/k6.js b/benchmarks/server/k6.js index bcbb749e360..171f2e1f57b 100644 --- a/benchmarks/server/k6.js +++ b/benchmarks/server/k6.js @@ -3,7 +3,7 @@ // @ts-expect-error - TS doesn't know this import import { textSummary } from 'https://jslib.k6.io/k6-summary/0.0.1/index.js'; // @ts-expect-error - TS doesn't know this import -import { githubComment } from 'https://raw.githubusercontent.com/dotansimha/k6-github-pr-comment/comment-key/lib.js'; +import { githubComment } from 'https://raw.githubusercontent.com/dotansimha/k6-github-pr-comment/master/lib.js'; import { check } from 'k6'; import http from 'k6/http';