Allow to automatically reserve an FSM test id
[anna.git] / example / diameter / launcher / resources / rest_api / ct / fsm-testing / test-state_test.py
index f2332f2..5e10cf6 100644 (file)
@@ -8,7 +8,7 @@ def test_001_i_want_to_get_the_state_for_specific_test(admlc, admlf):
   response = admlc.postDict("/testid-description/{}".format(flow), { "description":"Look 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