Skip to content

Commit

Permalink
removed_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuhair2002 committed Aug 16, 2024
1 parent 34bee0b commit 672e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/generateTS/generateTS.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe("generateTS function with errors", () => {
});

it("Check for invalid delivery token", async () => {
const token = "csqw046a21crf2152b87d64r" as unknown as any;
const token = "token" as unknown as any;
const apiKey = process.env.APIKEY as unknown as any;
const environment = process.env.ENVIRONMENT as unknown as any;
const region = process.env.REGION as unknown as any;
Expand Down

0 comments on commit 672e65c

Please sign in to comment.