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.
This commit is contained in:
Sam Partington 2020-11-24 11:10:25 +00:00
parent 20567b5888
commit ab9b1a72db
3 changed files with 3 additions and 3 deletions

View file

@ -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) => {