Skip to content

Commit

Permalink
chore: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 18, 2025
1 parent 96b06c2 commit 69bf47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/el_cl_launcher_test.star
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_launch_with_el_op_besu(plan):
)

el_service_name = "op-el-1-op-besu-op-node-"
el_sevice = plan.get_service(el_service_name)
el_service = plan.get_service(el_service_name)
el_service_config = kurtosistest.get_service_config(el_service_name)
expect.ne(el_service_config, None)
expect.eq(el_service_config.image, "op-besu:latest")
Expand Down Expand Up @@ -243,7 +243,7 @@ def test_launch_with_el_op_besu(plan):
),
"--engine-host-allowlist=*",
"--engine-rpc-port={0}".format(
el_sevice.ports["engine-rpc"].number
el_service.ports["engine-rpc"].number
),
"--sync-mode=FULL",
"--bonsai-limit-trie-logs-enabled=false",
Expand Down

0 comments on commit 69bf47a

Please sign in to comment.