Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysmurf committed Aug 7, 2024
1 parent 41c2e11 commit fd5b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/wingman.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jest.mock("node:fs/promises");
jest.mock("node:os");

describe("WingmanClient", () => {
const wingmanUrlEnv = "INPUT_WINGMAN_URL";
const wingmanUrlEnv = "INPUT_WINGMAN-URL";
const tmpPath = "/tmp/path";
const path = "/path/to/wingman";
const accessToken = "secret-access-token";
Expand Down

0 comments on commit fd5b53e

Please sign in to comment.