mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-07 14:02:04 -03:30
fix: updating test crdtest expectation
closes: #45017 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
parent
5b437f0a27
commit
7ecc4c5774
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user