diff options
Diffstat (limited to 'vnftest/onap/onap_api_call.py')
-rw-r--r-- | vnftest/onap/onap_api_call.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnftest/onap/onap_api_call.py b/vnftest/onap/onap_api_call.py index 8fbc98c..a19138b 100644 --- a/vnftest/onap/onap_api_call.py +++ b/vnftest/onap/onap_api_call.py @@ -31,7 +31,8 @@ LOG = logging.getLogger(__name__) class OnapApiCall(base.Step): - + """Call ONAP API + """ __step_type__ = "OnapApiCall" def __init__(self, step_cfg, context, input_params): |