change address to 127.

pull/4182/head
Joseph Izang 12 months ago
parent 5632b328de
commit 7d9a52d5bf
  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