Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Mar 24, 2024
1 parent cb261a7 commit 439a65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iam/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "cross-fetch/polyfill";
import { beforeAll, describe, expect, it } from "vitest";
import { createSignedFetcher } from "../../dist/index.js";

const SERVICE = "execute-api";
const SERVICE = "iam";
const REGION = "us-east-1";

beforeAll(() => {});
Expand Down

0 comments on commit 439a65e

Please sign in to comment.