change address to 127.

pull/5370/head
Joseph Izang 1 year ago
parent 7dbde13858
commit 84a204c210
  1. 2
      apps/remix-ide-e2e/src/tests/vyper_api.test.ts

@ -9,7 +9,7 @@ declare global {
module.exports = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done, 'http://localhost:8080')
init(browser, done, 'http://127.0.0.1:8080')
},
'Should connect to vyper plugin #group1': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save