X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Ffsm-testing%2Ftest-clear_test.py;h=25029b0c5b7f62c44407d5ed66d88194e6e80dd5;hb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;hp=2c07810a40cc271d8d19f6f94d1930c1d987ec3b;hpb=e688b5354af3a5fe0add859710cae41ffe123f65;p=anna.git 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")