Skip to content

Commit 840ecba

Browse files
VenkatasivareddyTRAbdulR3hman
authored andcommitted
fixing unit test failure after rebasing recent changes
1 parent 424c908 commit 840ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

athena-federation-sdk/src/test/java/com/amazonaws/athena/connector/lambda/handlers/CompositeHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public void handleRequestWithInvalidInput()
321321
String exceptionMessage = exception.getCause() != null ? exception.getCause().getMessage() : exception.getMessage();
322322
assertNotNull(exceptionMessage);
323323

324-
assertTrue(exceptionMessage.contains("Unexpected field[invalid]"));
324+
assertTrue(exceptionMessage.contains("Could not resolve subtype of"));
325325
}
326326

327327
@Test

0 commit comments

Comments
 (0)