Skip to content

Commit

Permalink
Remove the unrelated line in AccountApiTest l77
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Aug 24, 2023
1 parent f42d2f5 commit 477b505
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void testGetAccount() throws Exception {
assertNotNull(body.getAsList("custom_attribute_names").size());
assertNotNull(body.getAsSettings("tenants"));
assertNotNull(body.getAsList("roles"));

}

@Test
Expand Down

0 comments on commit 477b505

Please sign in to comment.