diff options
author | Varma, Vikas (vv8305) <vv8305@att.com> | 2018-08-27 15:58:57 -0400 |
---|---|---|
committer | Vikas Varma <vv8305@att.com> | 2018-08-27 20:19:57 +0000 |
commit | 032826f947147dc9d0c5a763bcea173e995acdfb (patch) | |
tree | e2cc362405f75c45e3c5858860de0565bf52da27 /test/functest/simulators/has-api | |
parent | 44795f01bc3c53875a759dd6043d25b237362fad (diff) |
Fixing functional test cases
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
Issue-ID: OPTFRA-321
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
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" } ] |