File tree Expand file tree Collapse file tree
srcWithManifestTestRepo/tests/Environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # TEMP masking probe (removed after verification): deliberately emits throwaway secret values so
2- # the run logs can be inspected to confirm they render as *** (masked).
3- Write-Verbose (" MASKPROBE TEST_USER_PAT=[{0}] CUSTOM_TEST_ENV_VAR=[{1}]" -f $env: TEST_USER_PAT , $env: CUSTOM_TEST_ENV_VAR ) - Verbose
4-
5- Describe ' Environment Variables are available' {
1+ Describe ' Environment Variables are available' {
62 It ' Exposes [<Name>] with the caller-provided value' - ForEach @ (
73 @ { Name = ' TEST_APP_ENT_CLIENT_ID' ; Expected = ' tmp-ent-client-id-01' }
84 @ { Name = ' TEST_APP_ORG_CLIENT_ID' ; Expected = ' tmp-org-client-id-02' }
Original file line number Diff line number Diff line change 1- # TEMP masking probe (removed after verification): deliberately emits throwaway secret values so
2- # the run logs can be inspected to confirm they render as *** (masked).
3- Write-Verbose (" MASKPROBE TEST_USER_PAT=[{0}] CUSTOM_TEST_ENV_VAR=[{1}]" -f $env: TEST_USER_PAT , $env: CUSTOM_TEST_ENV_VAR ) - Verbose
4-
5- Describe ' Environment Variables are available' {
1+ Describe ' Environment Variables are available' {
62 It ' Exposes [<Name>] with the caller-provided value' - ForEach @ (
73 @ { Name = ' TEST_APP_ENT_CLIENT_ID' ; Expected = ' tmp-ent-client-id-01' }
84 @ { Name = ' TEST_APP_ORG_CLIENT_ID' ; Expected = ' tmp-org-client-id-02' }
You can’t perform that action at this time.
0 commit comments