Skip to content

Commit e91d29b

Browse files
committed
fix(consume,cli): fix plugin path after rebase
1 parent 6e7140e commit e91d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/pytest_commands/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def process_args(self, args: List[str]) -> List[str]:
107107
if self.command_name == "engine":
108108
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine.conftest"])
109109
elif self.command_name == "enginex":
110-
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine_reorg.conftest"])
110+
modified_args.extend(["-p", "pytest_plugins.consume.simulators.enginex.conftest"])
111111
elif self.command_name == "rlp":
112112
modified_args.extend(["-p", "pytest_plugins.consume.simulators.rlp.conftest"])
113113
else:

0 commit comments

Comments
 (0)