File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pytest_plugins/consume/hive_simulators Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } "'
You can’t perform that action at this time.
0 commit comments