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
Родитель 20567b5888
Коммит ab9b1a72db
3 изменённых файлов: 3 добавлений и 3 удалений

2
lib/codeql.test.js сгенерированный
Просмотреть файл

@ -22,7 +22,7 @@ const util = __importStar(require("./util"));
testing_utils_1.setupTests(ava_1.default);
const sampleApiDetails = {
auth: "token",
url: "https://github.example.com",
url: "https://github.com",
};
ava_1.default("download codeql bundle cache", async (t) => {
await util.withTmpDir(async (tmpDir) => {

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

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