File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7222,8 +7222,11 @@ Busted Auth Throws Error Then Set Statement Update Auth Scenario Working
72227222 ... |------------------------|---------------|----------------------------------------------------------------------------------------|----------------|
72237223 ... |${SPACE}allow-spark-ui${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}${SPACE}111111111111${SPACE}|${SPACE}https://www.googleapis.com/compute/v1/projects/testing-project/global/networks/default${SPACE}|${SPACE}global${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|
72247224 ... |------------------------|---------------|----------------------------------------------------------------------------------------|----------------|
7225- ${outputErrStr } = Catenate SEPARATOR=\n
7225+ ${outputErrStrNix } = Catenate SEPARATOR=\n
72267226 ... service account credentials error: open ${NON_EXISTENT_AUTH_GOOGLE_SA_KEY_PATH}: no such file or directory
7227+ ${outputErrStrWin} = Catenate SEPARATOR=\n
7228+ ... service account credentials error: open ${NON_EXISTENT_AUTH_GOOGLE_SA_KEY_PATH}: The system cannot find the file specified.
7229+ ${outputStr} = Set Variable If "${IS_WINDOWS}" == "1" ${outputErrStrWin} ${outputErrStrNix}
72277230 Should Stackql Exec Inline Equal Both Streams
72287231 ... ${STACKQL_EXE}
72297232 ... ${OKTA_SECRET_STR}
You can’t perform that action at this time.
0 commit comments