diff options
Diffstat (limited to '__e2e__/setupServer.js')
-rw-r--r-- | __e2e__/setupServer.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/__e2e__/setupServer.js b/__e2e__/setupServer.js index 7b1fb9574..5038197b0 100644 --- a/__e2e__/setupServer.js +++ b/__e2e__/setupServer.js @@ -1,5 +1,8 @@ -// eslint-disable-next-line -http.post('http://localhost:1986/' + SERVER_PATH, { +// eslint-disable-next-line no-undef +var res = http.post('http://localhost:1986/' + SERVER_PATH, { headers: {'Content-Type': 'text/plain'}, body: '', }) + +// eslint-disable-next-line no-undef +output.result = json(res.body).appviewDid |