Skip to content

Commit

Permalink
[Fix #3677] Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Sep 23, 2024
1 parent 7fa444c commit 70b4d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void testBiDiStreamGetMultipleLanguagesError() {
.post("/jsongreetbidistreamerror")
.then()
.statusCode(500)
.body("message", allOf(containsString("io.grpc.StatusRuntimeException"), containsString("OUT_OF_RANGE")));
.body("message", allOf(equalTo("OUT_OF_RANGE")));
}

}

0 comments on commit 70b4d7b

Please sign in to comment.