From d70a11fa785aaaa78662e6ca1a4679102893713f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 16 Nov 2017 15:06:29 -0800 Subject: Update line endings to match .gitattributes Change-Id: I18ceea59b6ff79ec7134a72029e86aa6e69eec7e Issue-ID: INT-278 Signed-off-by: Gary Wu --- .../jsoninput/hwvnfm_createtoken.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'test/csit/tests/vfc/nfvo-driver-svnfm') 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 -- cgit 1.2.3-korg