mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
fix: updating test crdtest expectation
closes: #45017 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
@@ -107,7 +107,7 @@ public class CRDTest {
|
||||
.build();
|
||||
|
||||
var eMsg = assertThrows(KubernetesClientException.class, () -> client.resource(cr).create()).getMessage();
|
||||
assertThat(eMsg).contains("spec.update: Invalid value: \"object\": The 'revision' field is required when 'Explicit' strategy is used.");
|
||||
assertThat(eMsg).contains("The 'revision' field is required when 'Explicit' strategy is used.");
|
||||
}
|
||||
|
||||
private <T extends HasMetadata> void roundTrip(String resourceFile, Class<T> type) {
|
||||
|
||||
Reference in New Issue
Block a user