Skip to content

Commit 9e9aa3a

Browse files
committed
test: add region
1 parent 6c12f9b commit 9e9aa3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

private/aws-util-test/src/clients/Weather.integ.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { test as it, describe, expect } from "vitest";
2-
31
import { Weather } from "@aws-sdk/weather";
2+
import { describe, expect, test as it } from "vitest";
43

54
import { requireRequestsFrom } from "../requests/test-http-handler";
65

@@ -12,6 +11,7 @@ describe(Weather.name, () => {
1211
secretAccessKey: "",
1312
},
1413
endpoint: "https://localhost",
14+
region: "us-west-2",
1515
});
1616

1717
requireRequestsFrom(client).toMatch({

0 commit comments

Comments
 (0)