Skip to content
Snippets Groups Projects
Commit a1eeeb0d authored by Sören Henning's avatar Sören Henning
Browse files

Fix failed tests

parent 84448fd3
No related branches found
No related tags found
No related merge requests found
Pipeline #11124 passed
......@@ -75,7 +75,7 @@ internal class GenericResourcePatcherTest {
11.2,
((it as GenericKubernetesResource)
.additionalProperties["spec"] as Map<String, Any>)
["labelLimit"])
["myMadeUpProp"])
}
}
......@@ -89,7 +89,7 @@ internal class GenericResourcePatcherTest {
11.0,
((it as GenericKubernetesResource)
.additionalProperties["spec"] as Map<String, Any>)
["labelLimit"])
["myMadeUpProp"])
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment