You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.EqualError(t, err, "desired catalog selector is invalid: key: Invalid value:\"\": name part must be non-empty; name part must consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]')")
646
+
assert.ErrorContains(t, err, "desired catalog selector is invalid: key: Invalid value:")
assert.EqualError(t, err, "desired catalog selector is invalid: values[0][name]: Invalid value: \"&value\": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?')")
666
+
assert.ErrorContains(t, err, "desired catalog selector is invalid: values[0][name]: Invalid value:")
0 commit comments