@@ -11,7 +11,7 @@ Suite Teardown Teardown Flask Http Server And Sessions
1111Request And Status Should Be Different
1212 [Tags] get status
1313 ${resp } = Get Request ${GLOBAL_SESSION } /status/404
14- Run Keyword And Expect Error Url: http://localhost:5000 /status/404 Expected status: 404 != 201 Status Should Be 201 ${resp }
14+ Run Keyword And Expect Error Url: ${ HTTP_LOCAL_SERVER } /status/404 Expected status: 404 != 201 Status Should Be 201 ${resp }
1515
1616Request And Status Should Be Equal
1717 [Tags] get status
@@ -36,7 +36,7 @@ Invalid Response
3636Request And Status Should Be With A Message
3737 [Tags] get status
3838 ${resp } = Get Request ${GLOBAL_SESSION } /status/418
39- Run Keyword And Expect Error It should be a teapot! Url: http://localhost:5000 /status/418 Expected status: 418 != 200
39+ Run Keyword And Expect Error It should be a teapot! Url: ${ HTTP_LOCAL_SERVER } /status/418 Expected status: 418 != 200
4040 ... Status Should Be OK ${resp } It should be a teapot!
4141
4242Request Should Be Successful
@@ -85,7 +85,7 @@ Assert Status Should Be OK On The Last Request
8585Assert Status Should Be Fail On The Last Request
8686 [Tags] post status
8787 POST On Session ${GLOBAL_SESSION } /status/500 expected_status=500
88- Run Keyword And Expect Error Url: http://localhost:5000 /status/500 Expected status: 500 != 200 Status Should Be OK
88+ Run Keyword And Expect Error Url: ${ HTTP_LOCAL_SERVER } /status/500 Expected status: 500 != 200 Status Should Be OK
8989
9090Assert Successful On The Last Session-Less Request
9191 [Tags] put status
@@ -117,4 +117,4 @@ Assert Status Should Be OK On The Last Session-Less Request
117117Assert Status Should Be Fail On The Last Session-Less Request
118118 [Tags] post status
119119 POST ${HTTP_LOCAL_SERVER } /status/500 expected_status=500
120- Run Keyword And Expect Error Url: http://localhost:5000 /status/500 Expected status: 500 != 200 Status Should Be OK
120+ Run Keyword And Expect Error Url: ${ HTTP_LOCAL_SERVER } /status/500 Expected status: 500 != 200 Status Should Be OK
0 commit comments