Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Jan 4, 2023
1 parent 41b1c66 commit 51e9055
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/aws_credentials_providers_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,12 @@ setup_provider(profile_env, _Config) ->
, env => [{"AWS_PROFILE", Old}]
};
setup_provider(application_env, _Config) ->
application:set_env(aws_credentials, aws_access_key_id, binary_to_list(?DUMMY_ACCESS_KEY)),
application:set_env(aws_credentials, aws_secret_access_key, binary_to_list(?DUMMY_SECRET_ACCESS_KEY)),
application:set_env(aws_credentials
, aws_access_key_id
, binary_to_list(?DUMMY_ACCESS_KEY)),
application:set_env(aws_credentials
, aws_secret_access_key
, binary_to_list(?DUMMY_SECRET_ACCESS_KEY)),
#{ mocks => []
, env => []
};
Expand Down

0 comments on commit 51e9055

Please sign in to comment.