Skip to content

Commit

Permalink
BC-7239 - fix status code
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent 421dc64 commit 9dd94f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/svs/doido/mongo/ConfigmapApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void testInteractionWithPostConfigmapsExistAndLabelsWrong() {
given()
.when().post("/configmap/namespaceA/test3")
.then()
.statusCode(204);
.statusCode(403);
}

}

0 comments on commit 9dd94f5

Please sign in to comment.