Skip to content

Commit

Permalink
Merge pull request #156220 from B4dM4n/nixos-tests-geth
Browse files Browse the repository at this point in the history
nixos/tests/geth: fix api check
  • Loading branch information
bachp committed Jan 26, 2022
2 parents a10f2fe + af628f4 commit 5374a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/geth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
machine.wait_for_open_port(18545)
machine.succeed(
'geth attach --exec "eth.chainId()" http://localhost:8545 | grep \'"0x0"\' '
'geth attach --exec eth.blockNumber http://localhost:8545 | grep \'^0$\' '
)
machine.succeed(
Expand Down

0 comments on commit 5374a4a

Please sign in to comment.