Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Nov 2, 2023
1 parent 1c2da7d commit e892c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void testUserFilters() throws Exception {
rh.keystore = "restapi/kirk-keystore.jks";
rh.sendAdminCertificate = true;
final int SERVICE_ACCOUNTS_IN_SETTINGS = 1;
final int INTERNAL_ACCOUNTS_IN_SETTINGS = 19;
final int INTERNAL_ACCOUNTS_IN_SETTINGS = 20;
final String serviceAccountName = "JohnDoeService";
HttpResponse response;

Expand Down

0 comments on commit e892c01

Please sign in to comment.