Skip to content

Commit 296bdcd

Browse files
authored
fix windows capitalization
1 parent f97d71f commit 296bdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/Keywords.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Lab Log Should Not Contain Known Error Messages
7272
${test log} = Set Variable ${log[${PREVIOUS LAB LOG LENGTH}:]}
7373
${length} = Get Length ${log}
7474
Set Global Variable ${PREVIOUS LAB LOG LENGTH} ${length}
75-
Run Keyword If ("${OS}", "${PY}") !\= ("windows", "36")
75+
Run Keyword If ("${OS}", "${PY}") !\= ("Windows", "36")
7676
... Should Not Contain Any ${test log} @{KNOWN BAD ERRORS}
7777

7878
Wait For Splash

0 commit comments

Comments
 (0)