Skip to content

Commit

Permalink
fix e2etest failure by renaming btc node user: smoketest --> e2etest
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Sep 17, 2024
1 parent 1b23e96 commit 041f548
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/zetae2e/config/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rpcs:
evm: "http://localhost:8545"
bitcoin:
host: "localhost:18443"
user: "smoketest"
user: "e2etest"
pass: "123"
http_post_mode: true
disable_tls: true
Expand Down
2 changes: 1 addition & 1 deletion cmd/zetae2e/config/localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rpcs:
evm: "http://eth:8545"
bitcoin:
host: "bitcoin:18443"
user: "smoketest"
user: "e2etest"
pass: "123"
http_post_mode: true
disable_tls: true
Expand Down
2 changes: 1 addition & 1 deletion contrib/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ services:
-regtest=1
-rpcallowip=0.0.0.0/0
-rpcbind=0.0.0.0
-rpcauth=smoketest:63acf9b8dccecce914d85ff8c044b78b$$5892f9bbc84f4364e79f0970039f88bdd823f168d4acc76099ab97b14a766a99
-rpcauth=e2etest:63acf9b8dccecce914d85ff8c044b78b$$5892f9bbc84f4364e79f0970039f88bdd823f168d4acc76099ab97b14a766a99
-txindex=1

solana:
Expand Down
2 changes: 1 addition & 1 deletion e2e/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func DefaultConfig() Config {
EVM: "http://eth:8545",
Bitcoin: BitcoinRPC{
Host: "bitcoin:18443",
User: "smoketest",
User: "e2etest",
Pass: "123",
HTTPPostMode: true,
DisableTLS: true,
Expand Down

0 comments on commit 041f548

Please sign in to comment.