Release a0cc048a278d

This commit is contained in:
Michel Paulissen 2026-07-22 14:59:08 +02:00
parent 05f30c667d
commit 094c078b8c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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