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}` ); }