Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom committed Nov 4, 2024
1 parent 27a2228 commit 20379b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tests/Resources/Page/Operators/ISVs.resource
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install ISV Operator From OperatorHub Via CLI # robocop: disable
Wait Until Keyword Succeeds 1 min 0 sec
... Is Resource Present Subscription ${subscription_name} ${namespace} ${IS_PRESENT}
Sleep 30s
WHILE ${installplan_name} == ${EMPTY}
WHILE $installplan_name == ${EMPTY}
${installplan_name}= Get Resource Attribute ${namespace}
... Subscription ${subscription_name} .status.installPlanRef.name
END
Expand Down

0 comments on commit 20379b2

Please sign in to comment.