Skip to content

Commit

Permalink
e2e test tests default config
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Oct 3, 2024
1 parent a4ef565 commit ead13b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit ead13b0

Please sign in to comment.