We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38a412 commit d04ce99Copy full SHA for d04ce99
1 file changed
test/hex_repo_SUITE.erl
@@ -79,8 +79,7 @@ get_policy_test(_Config) ->
79
ok.
80
81
get_policy_missing_org_test(_Config) ->
82
- Config = maps:remove(repo_organization, ?CONFIG),
83
- {error, missing_repo_organization} = hex_repo:get_policy(Config, <<"strict-prod">>),
+ {error, missing_repo_organization} = hex_repo:get_policy(?CONFIG, <<"strict-prod">>),
84
85
86
get_tarball_test(_Config) ->
0 commit comments