Commit ac5c99a1 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in TC_MEC_MEC011_SRV_REGAPPS_003_OK

parent 5420622e
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -3112,17 +3112,8 @@ module AtsMec_EdgePlatformApplicationEnablementAPI_TestCases {
      alt {
        [] httpPort.receive(
                            mw_http_response(
                                             mw_http_response_ok(
                                                                 mw_http_message_body_json(
                                                                                           mw_body_json_app_info_regapps(
                                                                                                                         mw_app_info(
                                                                                                                                     v_app_info.appName,
                                                                                                                                     v_app_info.appProvider,
                                                                                                                                     -,
                                                                                                                                     v_app_info.appDId,
                                                                                                                                     v_app_info.appInstanceId,
                                                                                                                                     v_app_info.endpoint                                                                                             
                            )))))) {
                                             mw_http_response_204_no_content
                            )) {
          tc_ac.stop;
          
          log("*** " & testcasename() & ": PASS: IUT successfully responds with the correct code ***");