Skip to content

Commit

Permalink
BC-7234 - fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Jun 21, 2024
1 parent 778db24 commit 0cd5956
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 @@ -42,7 +42,7 @@ public void before() {

// Set up Kubernetes so that our "pretend" pods namespaces created
client.namespaces().resource(namespace1).create();
client.configmaps().resource(cfgTest).create();
client.configMaps().resource(cfgTest).create();
}

@AfterEach
Expand Down

0 comments on commit 0cd5956

Please sign in to comment.