mirror of
https://github.com/github/codeql-action.git
synced 2025-12-19 05:49:21 +08:00
Use the API URL from the environment if it is present.
This commit is contained in:
1
lib/database-upload.test.js
generated
1
lib/database-upload.test.js
generated
@@ -41,6 +41,7 @@ const testRepoName = { owner: "github", repo: "example" };
|
||||
const testApiDetails = {
|
||||
auth: "1234",
|
||||
url: "https://github.com",
|
||||
apiURL: undefined,
|
||||
};
|
||||
function getTestConfig(tmpDir) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user