We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9414667 commit 781e260Copy full SHA for 781e260
win/common-utils.ps1
@@ -318,7 +318,7 @@ function Fetch-Plan-Details {
318
}
319
320
if ( ($TestType -match "^Web$|^web$" -and -not $WEB_PLAN_FETCHED) -or
321
- ($TestType -match "^App$|^app$" -and -not $MOBILE_PLAN_FETCHED) {
+ ($TestType -match "^App$|^app$" -and -not $MOBILE_PLAN_FETCHED)) {
322
Log-Line "❌ Unauthorized to fetch required plan(s) or failed request(s). Exiting." $NOW_RUN_LOG_FILE
323
throw "Plan fetch failed"
324
0 commit comments