Skip to content

Commit ab9b1a7

Browse files
committed
Fix tests
Previously, most tests were using https://github.com and only the first was using https://github.example.com. As it happens, https://github.com works for all of them.
1 parent 20567b5 commit ab9b1a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/codeql.test.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ setupTests(test);
1414

1515
const sampleApiDetails = {
1616
auth: "token",
17-
url: "https://github.example.com",
17+
url: "https://github.com",
1818
};
1919

2020
test("download codeql bundle cache", async (t) => {

0 commit comments

Comments
 (0)