Skip to content

Commit 0fe8fe3

Browse files
author
Shailesh Jagannath Padave
committed
Updated Test
1 parent 30ba014 commit 0fe8fe3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/core/__test__/metadata/complex_wf_signal_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "http",
1010
"taskReferenceName": "http_ref",
1111
"inputParameters": {
12-
"uri": "http://localhost:8081/api/hello?name=test1",
12+
"uri": "http://httpbin:8081/api/hello?name=test1",
1313
"method": "GET",
1414
"accept": "application/json",
1515
"contentType": "application/json",

src/core/__test__/metadata/complex_wf_signal_test_subworkflow_1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "http",
1010
"taskReferenceName": "http_ref",
1111
"inputParameters": {
12-
"uri": "http://localhost:8081/api/hello?name=test1",
12+
"uri": "http://httpbin:8081/api/hello?name=test1",
1313
"method": "GET",
1414
"accept": "application/json",
1515
"contentType": "application/json",

src/core/__test__/metadata/complex_wf_signal_test_subworkflow_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "http",
1010
"taskReferenceName": "http_ref",
1111
"inputParameters": {
12-
"uri": "http://localhost:8081/api/hello?name=test1",
12+
"uri": "http://httpbin:8081/api/hello?name=test1",
1313
"method": "GET",
1414
"accept": "application/json",
1515
"contentType": "application/json",

0 commit comments

Comments
 (0)