mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Use the API URL from the environment if it is present.
This commit is contained in:
Generated
+1
@@ -16,6 +16,7 @@ ava_1.default.beforeEach(() => {
|
||||
const testApiDetails = {
|
||||
auth: "1234",
|
||||
url: "https://github.com",
|
||||
apiURL: undefined,
|
||||
};
|
||||
const testRepositoryNwo = (0, repository_1.parseRepositoryNwo)("github/example");
|
||||
const ALL_FEATURE_FLAGS_DISABLED_VARIANTS = [
|
||||
|
||||
Reference in New Issue
Block a user