Commit ea0bf501 authored by Ethen Pociask's avatar Ethen Pociask

[indexer.docs] Removed API construction in testing config

parent 7a44d090
...@@ -79,10 +79,6 @@ func createE2ETestSuite(t *testing.T) E2ETestSuite { ...@@ -79,10 +79,6 @@ func createE2ETestSuite(t *testing.T) E2ETestSuite {
L1ERC721Bridge: opCfg.L1Deployments.L1ERC721BridgeProxy, L1ERC721Bridge: opCfg.L1Deployments.L1ERC721BridgeProxy,
}, },
}, },
API: config.APIConfig{
Host: "127.0.0.1",
Port: 5345,
},
} }
db, err := database.NewDB(fmt.Sprintf("postgres://%s@localhost:5432/%s?sslmode=disable", dbUser, dbName)) db, err := database.NewDB(fmt.Sprintf("postgres://%s@localhost:5432/%s?sslmode=disable", dbUser, dbName))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment