Skip to content

Commit b7dd3cb

Browse files
committed
chore(hive): update hive client config file in test summary
1 parent f5799c8 commit b7dd3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytest_plugins/consume/hive_simulators/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def hive_consume_command(
5555
"""
5656
return (
5757
f"./hive --sim ethereum/{test_suite_name} "
58-
f"--client-file configs/develop.yaml "
58+
f"--client-file configs/prague.yaml "
5959
f"--client {client_type.name} "
6060
f'--sim.limit "{test_case.id}"'
6161
)
@@ -70,7 +70,7 @@ def eest_consume_commands(
7070
"""
7171
Commands to run the test within EEST using a hive dev back-end.
7272
"""
73-
hive_dev = f"./hive --dev --client-file configs/develop.yaml --client {client_type.name}"
73+
hive_dev = f"./hive --dev --client-file configs/prague.yaml --client {client_type.name}"
7474
consume = (
7575
f'consume {test_suite_name.split("-")[-1]} -v --input latest-develop-release -k '
7676
f'"{test_case.id}"'

0 commit comments

Comments
 (0)