Address review comments
This commit is contained in:
parent
62b4f237aa
commit
4b5dea8eed
6 changed files with 4 additions and 6 deletions
|
|
@ -74,7 +74,6 @@ async function run() {
|
|||
|
||||
const apiDetails = {
|
||||
auth: getRequiredInput("token"),
|
||||
externalRepoAuth: getOptionalInput("external-repository-token"),
|
||||
url: getRequiredEnvParam("GITHUB_SERVER_URL"),
|
||||
apiURL: getRequiredEnvParam("GITHUB_API_URL"),
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ test("parseLanguage", async (t) => {
|
|||
for (const isReconciliationOn of [false, true]) {
|
||||
test(`isTracedLanguage (go reconciliation ${
|
||||
isReconciliationOn ? "enabled" : "disabled"
|
||||
}`, async (t) => {
|
||||
})`, async (t) => {
|
||||
const logger = getRunnerLogger(true);
|
||||
|
||||
t.true(isTracedLanguage(Language.cpp, isReconciliationOn, logger));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue