Skip to content

Commit ba366d7

Browse files
committed
test(e2e): accept revisioned placeholder in coexistence test
Signed-off-by: Tinson Lai <tinsonl@nvidia.com>
1 parent ada8cee commit ba366d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/python/test_sandbox_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def read_both_envs() -> str:
345345
assert result.exit_code == 0, result.stderr
346346
signing, api = result.stdout.strip().split("|", 1)
347347
assert signing == real_signing_secret
348-
assert api == "openshell:resolve:env:SLACK_API_KEY"
348+
assert _is_placeholder_for_env_key(api, "SLACK_API_KEY")
349349

350350

351351
# ===========================================================================

0 commit comments

Comments
 (0)