Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
Sam Partington committed Nov 24, 2020
1 parent 20567b5 commit ab9b1a7
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/codeql.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/codeql.test.ts
@@ -14,7 +14,7 @@ setupTests(test);

const sampleApiDetails = {
auth: "token",
url: "https://github.example.com",
url: "https://github.com",
};

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

0 comments on commit ab9b1a7

Please sign in to comment.