diff options
Diffstat (limited to 'test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json')
-rw-r--r-- | test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json b/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json index e9a6c3e92..d21664b09 100644 --- a/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json +++ b/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json @@ -1,13 +1,13 @@ -{
- "auth": {
- "identity": {
- "methods": ["password"],
- "password": {
- "user": {
- "name": "admin",
- "password": "User@12345"
- }
- }
- }
- }
+{ + "auth": { + "identity": { + "methods": ["password"], + "password": { + "user": { + "name": "admin", + "password": "User@12345" + } + } + } + } }
\ No newline at end of file |