Skip to content

Commit

Permalink
removed vestigial exception throw
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Toepker <[email protected]>
  • Loading branch information
toepkerd-zz committed Oct 30, 2024
1 parent b839147 commit eaffdc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ public void testOCSFCloudtrailGetMappingsViewApi() throws IOException {
// Verify unmapped field aliases
List<String> unmappedFieldAliases = (List<String>) respMap.get("unmapped_field_aliases");
assertEquals(25, unmappedFieldAliases.size());
throw new IllegalArgumentException("respMap: " + respMap);
}

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit eaffdc5

Please sign in to comment.