Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / test-initialized_test.py
index dde5330..0a7beb4 100644 (file)
@@ -8,7 +8,7 @@ def test_001_i_want_check_the_number_of_initialized_test_cases_in_the_pool(admlc
   response = admlc.postDict("/testid-description/{}".format(flow), { "description":"My test" })
 
   # Verify response
-  responseBodyRef = { "success":"true", "response":"Done" }
+  responseBodyRef = { "success":"true", "response":str(flow) }
   admlc.assert_response__status_body_headers(response, 200, responseBodyRef)
 
   # Send POST