Skip to content

Commit

Permalink
found another test
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Jul 16, 2024
1 parent e834903 commit 0f933f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ public class IdentityZoneEndpointsIntegrationTests {
private UaaTestAccounts testAccounts = UaaTestAccounts.standard(serverRunning);

@Rule
public OAuth2ContextSetup context = OAuth2ContextSetup.standard(serverRunning);
public TestAccountSetup testAccountSetup = TestAccountSetup.standard(serverRunning, testAccounts);

@Rule
public TestAccountSetup testAccountSetup = TestAccountSetup.standard(serverRunning, testAccounts);
public OAuth2ContextSetup context = OAuth2ContextSetup.withTestAccounts(serverRunning, testAccountSetup);

private RestTemplate client;
private String zoneId;
Expand Down

0 comments on commit 0f933f7

Please sign in to comment.