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

Commit

Permalink
BC-7239 - fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent cf95526 commit 6294fd1
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 @@ -52,7 +52,7 @@ public void after() {

// Set up Kubernetes so that our "pretend" namespaces are deleted
client.namespaces().resource(namespace1).delete();
for ( ConfigMapList cfg : client.configMaps().list().getItems()) {
for ( ConfigMap cfg : client.configMaps().list().getItems()) {
client.configMaps().resource(cfg).delete();
}
}
Expand Down

0 comments on commit 6294fd1

Please sign in to comment.