Skip to content

Commit

Permalink
minor revert
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Jan 16, 2024
1 parent 84fa824 commit 858dccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testBasicAuth() throws IOException, MojoFailureException, MojoExecut
System.out.println("Auth is " + authEnabled);

RegisterRegistryMojo registerRegistryMojo = new RegisterRegistryMojo();
// registerRegistryMojo.setClient(null);
registerRegistryMojo.setClient(null);

registerRegistryMojo.setRegistryUrl(TestUtils.getRegistryV3ApiUrl(testPort));
registerRegistryMojo.setUsername(testUsername);
Expand Down

0 comments on commit 858dccc

Please sign in to comment.