Add fourth work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / test-clear_test.py
index 2c07810..25029b0 100644 (file)
@@ -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")