diff options
author | 2018-02-01 12:39:32 +0530 | |
---|---|---|
committer | 2018-02-01 12:39:32 +0530 | |
commit | 0b09ca26c00330d5d4b7e92d3db2615a65a36fdf (patch) | |
tree | 4cf19fb7518b8eecc74540a5a3bb460824589e7b /src/test/resources/swagger.properties | |
parent | 2ad4aa2c7ff69f0a8082eaabd47159924b685385 (diff) |
Validate service.json loading
Issue-ID: MSB-113
Change-Id: I4036b556eed8166af2ecca32bcc74f6daa40040e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'src/test/resources/swagger.properties')
-rw-r--r-- | src/test/resources/swagger.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/swagger.properties b/src/test/resources/swagger.properties index 77128e2..59a4b19 100644 --- a/src/test/resources/swagger.properties +++ b/src/test/resources/swagger.properties @@ -47,5 +47,5 @@ api-host-ip=127.0.0.1 api-host-port=8480 # Set the below file path to service specific configuration file path -service-config-file-path=etc/adapterInfo/service.json +service-config-file-path=src/test/resources/service.json |