Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spena committed Jun 21, 2019
1 parent 04b09a8 commit 1b002a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ public void shouldReturnErrorIfEndpointAuthorizationIsDenied() throws Exception
wsQueryEndpoint.onOpen(session, null);

// Then:
verifyClosedWithReason("access denied", CloseCodes.CANNOT_ACCEPT);
verifyClosedWithReason("io.confluent.ksql.util.KsqlException: access denied",
CloseCodes.CANNOT_ACCEPT);
}

@Test
Expand Down

0 comments on commit 1b002a3

Please sign in to comment.