Skip to content

Commit

Permalink
[Fix] indentation of the robotframework keyword (red-hat-data-service…
Browse files Browse the repository at this point in the history
…s#1001)

This indentation bug resulted in the test failure:

```
==============================================================================
Install "Embedded Operator" RHODS                                     | FAIL |
No keyword with name '${result} = Set Variable' found.
------------------------------------------------------------------------------
Verify Embedded RHODS Installation                                    | PASS |
------------------------------------------------------------------------------
Tests.Deploy.Operators.Rhods Operator.Embedded Operator               | FAIL |
2 tests, 1 passed, 1 failed
```

Co-authored-by: Jorge <[email protected]>
  • Loading branch information
2 people authored and Shilpa Chugh committed Jan 2, 2024
1 parent a9c21d7 commit 21caa37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Check A RHODS Family Operator Is Installed
${result} = Run Keyword And Return Status
... Oc Get kind=ClusterServiceVersion namespace=${namespace} name=${current_csv_name}
ELSE
${result} = Set Variable False
${result} = Set Variable False
END
Log Operator with sub ${subscription} is installed result: ${result} console=yes
IF not ${result} FAIL The operator with sub ${subscription} is not installed.
Expand Down

0 comments on commit 21caa37

Please sign in to comment.