diff options
Diffstat (limited to 'test/functional/cases/231_tcp_down.robot')
-rw-r--r-- | test/functional/cases/231_tcp_down.robot | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/functional/cases/231_tcp_down.robot b/test/functional/cases/231_tcp_down.robot index e68e2053a..25a55dd2d 100644 --- a/test/functional/cases/231_tcp_down.robot +++ b/test/functional/cases/231_tcp_down.robot @@ -23,13 +23,8 @@ Sync API TCP get request when server is down *** Keywords *** -Lua Setup - [Arguments] ${LUA_SCRIPT} - Set Suite Variable ${LUA_SCRIPT} - Generic Setup - Http Setup - Lua Setup ${TESTDIR}/lua/tcp.lua + New Setup LUA_SCRIPT=${TESTDIR}/lua/tcp.lua URL_TLD=${URL_TLD} Http Teardown Normal Teardown |