X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-clear_test.py;h=25029b0c5b7f62c44407d5ed66d88194e6e80dd5;hp=2c07810a40cc271d8d19f6f94d1930c1d987ec3b;hb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;hpb=c200ffa70e1d93f5cb3137f3542245c44c05b008 diff --git a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-clear_test.py b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-clear_test.py index 2c07810..25029b0 100644 --- a/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-clear_test.py +++ b/example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-clear_test.py @@ -4,7 +4,7 @@ import pytest @pytest.mark.run(order=1) def test_001_i_want_to_test_pool_when_it_is_already_empty(admlc): - responseBodyRef = { "success":"true", "response":"There are not programmed test cases to be removed" } + responseBodyRef = { "success":"false", "response":"There are not programmed test cases to be removed" } # Send POST response = admlc.post("/test-clear")