Skip to content

Commit c7d7b17

Browse files
committed
Update params.spec.ts
1 parent d4837e0 commit c7d7b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/params.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('params reached to function', () => {
178178

179179
log('invoke mirror')
180180
const customHeader = nanoid();
181-
const validRegion = FunctionRegion.Any
181+
const validRegion = FunctionRegion.EuWest1;
182182

183183
const { data, error } = await fclient.invoke<MirrorResponse>('mirror', {
184184
headers: {

0 commit comments

Comments
 (0)