Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 12, 2024
1 parent d992a5e commit ea92b03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/e2e/remote-rpc-api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ test.describe('Remote RPC API tests', () => {
init: {
config: {
Addresses: {
API: rpcAddr,
API: rpcAddr
},
Gateway: {
NoFetch: true,
ExposeRoutingAPI: true
NoFetch: true
},
Routing: {
Type: 'none'
Expand All @@ -63,7 +62,7 @@ test.describe('Remote RPC API tests', () => {
user = 'user'
password = 'pass'

const proxy = createProxyServer();
const proxy = createProxyServer()
const remoteApiUrl = toUri(rpcAddr, { assumeHttp: true })
rpcUrl = new URL(remoteApiUrl).toString() // normalization for browsers
proxy.on('proxyReq', (proxyReq, req, res, options) => {
Expand Down

0 comments on commit ea92b03

Please sign in to comment.