Commit afd06a81 authored by Dimitris Fragkos's avatar Dimitris Fragkos
Browse files

set supported_features equal to 0 for the Logging API test

parent 41cfb42f
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -52,7 +52,7 @@ def create_log_entry_bad_service(aefId, apiInvokerId, result='500'):
        "fwdInterface": "string"
        }
    ],
    "supportedFeatures": "ffff"
    "supportedFeatures": "0"
    }
    return data