Skip to content

Commit

Permalink
Update params.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mansueli committed Jan 22, 2024
1 parent d4837e0 commit c7d7b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/params.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe('params reached to function', () => {

log('invoke mirror')
const customHeader = nanoid();
const validRegion = FunctionRegion.Any
const validRegion = FunctionRegion.EuWest1;

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

0 comments on commit c7d7b17

Please sign in to comment.