diff --git a/CLUSTERFLUX_PUBLIC_TREE.json b/CLUSTERFLUX_PUBLIC_TREE.json index fe64254..8bf7704 100644 --- a/CLUSTERFLUX_PUBLIC_TREE.json +++ b/CLUSTERFLUX_PUBLIC_TREE.json @@ -1,7 +1,7 @@ { "kind": "clusterflux-filtered-public-tree", - "source_commit": "a0cc048a278d085b70b500565520bb4c0e1246f1", - "release_name": "release-a0cc048a278d", + "source_commit": "6d8c5c5b2a8b1da23eb69123e478237bd22883bd", + "release_name": "release-6d8c5c5b2a8b", "filtered_out": [ "private/**", "internal/**", diff --git a/scripts/cli-happy-path-live-smoke.js b/scripts/cli-happy-path-live-smoke.js index a9ea16b..c73218e 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|unknown field/i, + /identifier|invalid|empty|whitespace|control|format|255|length|unknown (?:field|variant)/i, `${principal.name} ${form.name}` ); }