diff options
author | 2018-08-27 15:58:57 -0400 | |
---|---|---|
committer | 2018-08-29 08:12:39 -0700 | |
commit | f5c4686709a691f6da703af55c55fdf5bbbc829d (patch) | |
tree | b70252a6725aa00837fde916639b549000f22b5a /test/functest/simulators/has-api | |
parent | 8f30d3203817d86bd54470a4f91e67c4fabbc161 (diff) |
Fixing functional test casesbeijing
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
Issue-ID: OPTFRA-321
Diffstat (limited to 'test/functest/simulators/has-api')
-rw-r--r-- | test/functest/simulators/has-api/response-payloads/flow1-success-simple/main.json | 2 | ||||
-rw-r--r-- | test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functest/simulators/has-api/response-payloads/flow1-success-simple/main.json b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/main.json index a56840a..0d375c1 100644 --- a/test/functest/simulators/has-api/response-payloads/flow1-success-simple/main.json +++ b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/main.json @@ -4,7 +4,7 @@ "links": [ [ { - "href": "http://localhost:5000/simulated/oof/has-api/flow1-success-simple/status-solving.json", + "href": "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/status-solving.json", "rel": "self" } ] diff --git a/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json index 8bb074f..2bdbfe8 100644 --- a/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json +++ b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json @@ -6,7 +6,7 @@ "links": [ [ { - "href": "http://localhost:5000/simulated/oof/has-api/flow1-success-simple/status-done.json", + "href": "http://127.0.0.1:5000/simulated/oof/has-api/flow1-success-simple/status-done.json", "rel": "self" } ] |