Skip to content

Commit 96cd800

Browse files
committed
Change IGNORED_TESTS variable to native sets to be RF 6.1.1 compatible
1 parent d85cfcd commit 96cd800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/driver/suites/load_json.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Test Template Do Nothing
99

1010
*** Variables ***
1111
@{IGNORED_RESPONSES}= 200 404 400
12-
@{IGNORE_POST_PET}= /pet POST 405
13-
@{IGNORE_POST_PET_ID}= /pet/{petId} post 405
14-
@{IGNORE_POST_ORDER}= /store/order post 405
12+
${IGNORE_POST_PET}= ${{("/pet", "POST", 405)}}
13+
${IGNORE_POST_PET_ID}= ${{("/pet/{petId}", "post", 405)}}
14+
${IGNORE_POST_ORDER}= ${{("/store/order", "post", 405)}}
1515
@{IGNORED_TESTS}= ${IGNORE_POST_PET} ${IGNORE_POST_PET_ID} ${IGNORE_POST_ORDER}
1616

1717

0 commit comments

Comments
 (0)