diff options
Diffstat (limited to 'test/csit/tests/vfc/gvnfm-vnflcm/test.robot')
-rw-r--r-- | test/csit/tests/vfc/gvnfm-vnflcm/test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/vfc/gvnfm-vnflcm/test.robot b/test/csit/tests/vfc/gvnfm-vnflcm/test.robot index 6a019624c..cf3d12bc3 100644 --- a/test/csit/tests/vfc/gvnfm-vnflcm/test.robot +++ b/test/csit/tests/vfc/gvnfm-vnflcm/test.robot @@ -28,4 +28,4 @@ VnflcmSwaggerTest List Should Contain Value ${return_ok_list} ${responese_code} ${response_json} json.loads ${resp.content} ${swagger_version}= Convert To String ${response_json['swagger']} - Should Be Equal ${swagger_version} 2.0
\ No newline at end of file + Should Be Equal ${swagger_version} 2.0 |