Skip to content

Commit

Permalink
feat: region option
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored and joel committed Jan 16, 2024
1 parent fcc7dce commit a769952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrappers/src/fdw/cognito_fdw/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ mod tests {
aws_access_key_id 'mysecretaccesskey',
aws_secret_access_key 'apiKey',
endpoint_url 'http://localhost:3333/',
user_pool_id 'MyUserPool'
user_pool_id 'MyUserPool',
region 'ap-southeast-1'
)"#,
None,
None,
Expand Down

0 comments on commit a769952

Please sign in to comment.