Release 6d8c5c5b2a8b

This commit is contained in:
Michel Paulissen 2026-07-22 15:48:07 +02:00
parent 094c078b8c
commit 3a4d4fa7ae
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"kind": "clusterflux-filtered-public-tree", "kind": "clusterflux-filtered-public-tree",
"source_commit": "a0cc048a278d085b70b500565520bb4c0e1246f1", "source_commit": "6d8c5c5b2a8b1da23eb69123e478237bd22883bd",
"release_name": "release-a0cc048a278d", "release_name": "release-6d8c5c5b2a8b",
"filtered_out": [ "filtered_out": [
"private/**", "private/**",
"internal/**", "internal/**",

View file

@ -417,7 +417,7 @@ async function runMalformedIdentifierSuite({ sessionSecret, tenant, project, use
} else { } else {
assertDeniedOrEmptyCollection( assertDeniedOrEmptyCollection(
response, response,
/identifier|invalid|empty|whitespace|control|format|255|length|unknown field/i, /identifier|invalid|empty|whitespace|control|format|255|length|unknown (?:field|variant)/i,
`${principal.name} ${form.name}` `${principal.name} ${form.name}`
); );
} }