Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-7239 - next test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent 0369367 commit 2a10a98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/java/de/svs/doido/mongo/ConfigmapApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,14 @@ void testInteractionWithPostConfigmaps1() {
.then()
.statusCode(204);
}


@Test
void testInteractionWithPostConfigmapsExistAndNoLabels() {
given()
.when().post("/configmap/namespaceA/test")
.then()
.statusCode(403);
}

}

0 comments on commit 2a10a98

Please sign in to comment.