Loading tests/libraries/api_logging_service/bodyRequests.py +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ def create_log_entry(aefId, apiInvokerId, apiId, apiName, results=['200','500'], "aefId": aefId, "apiInvokerId": apiInvokerId, "logs": [], "supportedFeatures": "ffff" "supportedFeatures": "0" } if len(results) > 0: count=0 Loading Loading @@ -52,7 +52,7 @@ def create_log_entry_bad_service(aefId, apiInvokerId, result='500'): "fwdInterface": "string" } ], "supportedFeatures": "ffff" "supportedFeatures": "0" } return data Loading Loading
tests/libraries/api_logging_service/bodyRequests.py +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ def create_log_entry(aefId, apiInvokerId, apiId, apiName, results=['200','500'], "aefId": aefId, "apiInvokerId": apiInvokerId, "logs": [], "supportedFeatures": "ffff" "supportedFeatures": "0" } if len(results) > 0: count=0 Loading Loading @@ -52,7 +52,7 @@ def create_log_entry_bad_service(aefId, apiInvokerId, result='500'): "fwdInterface": "string" } ], "supportedFeatures": "ffff" "supportedFeatures": "0" } return data Loading