Skip to content

Commit

Permalink
fix: add dud userpool name
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored and joel committed Jan 16, 2024
1 parent 86090cd commit f3b1171
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 @@ -20,7 +20,8 @@ mod tests {
OPTIONS (
aws_access_key_id 'mysecretaccesskey',
aws_secret_access_key 'apiKey',
endpoint_url 'http://localhost:3333/'
endpoint_url 'http://localhost:3333/',
user_pool 'MyUserPool'
)"#,
None,
None,
Expand Down

0 comments on commit f3b1171

Please sign in to comment.