Skip to content

Commit

Permalink
fix: use cognito by default for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Oct 30, 2024
1 parent 6c581b7 commit 09271d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ config :arrow,
shape_storage_enabled?: false,
shape_storage_request_fn: {Arrow.Mock.ExAws.Request, :request},
gtfs_archive_storage_enabled?: false,
gtfs_archive_storage_request_fn: {Arrow.Mock.ExAws.Request, :request}
gtfs_archive_storage_request_fn: {Arrow.Mock.ExAws.Request, :request},
ueberauth_provider: :cognito,
api_login_module: ArrowWeb.TryApiTokenAuth.Cognito

# Configure your database
config :arrow, Arrow.Repo,
Expand Down

0 comments on commit 09271d3

Please sign in to comment.