From 094c078b8c2c6326daa0d707432014044486b047 Mon Sep 17 00:00:00 2001 From: Michel Paulissen <862400+MichelPaulissen@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:59:08 +0200 Subject: [PATCH] Release a0cc048a278d --- CLUSTERFLUX_PUBLIC_TREE.json | 4 ++-- scripts/cli-happy-path-live-smoke.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLUSTERFLUX_PUBLIC_TREE.json b/CLUSTERFLUX_PUBLIC_TREE.json index 5a99ddf..fe64254 100644 --- a/CLUSTERFLUX_PUBLIC_TREE.json +++ b/CLUSTERFLUX_PUBLIC_TREE.json @@ -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/**", diff --git a/scripts/cli-happy-path-live-smoke.js b/scripts/cli-happy-path-live-smoke.js index 295cc52..a9ea16b 100644 --- a/scripts/cli-happy-path-live-smoke.js +++ b/scripts/cli-happy-path-live-smoke.js @@ -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}` ); }