Skip to content

Commit

Permalink
Fix error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Feb 20, 2025
1 parent 1d169fd commit 3ad49cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ public void testAdminRightsNotInheritedByPerRequestKey(Vertx vertx, VertxTestCon
.as(BodyCodec.string())
.send(context.succeeding(response -> {
context.verify(() -> {
assertEquals(200, response.statusCode());
assertEquals(404, response.statusCode());
checkpoint.flag();
promise.complete();
});
Expand Down

0 comments on commit 3ad49cf

Please sign in to comment.