diff --git a/e2e_test.go b/e2e_test.go index 3d71f61..2d835cd 100644 --- a/e2e_test.go +++ b/e2e_test.go @@ -34,7 +34,7 @@ func TestEndToEndTrustlessGatewayDomains(t *testing.T) { cancel() rainbow := filepath.Join(runner.Dir, "rainbow") - args := testcmd.Args(rainbow, "--trustless-gateway-domains", "example.org", "--blockstore", "pebble") + args := testcmd.Args(rainbow, "--trustless-gateway-domains", "example.org") ready := testcmd.NewStdoutWatcher("IPFS Gateway listening") domain := testcmd.NewStdoutWatcher("RAINBOW_TRUSTLESS_GATEWAY_DOMAINS = example.org")