Skip to content

Commit

Permalink
Fix test name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Dec 7, 2023
1 parent 9a6d9eb commit 08a01dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def execute(self) -> None:
test_runner_hooks = manager.TestRunnerHooks() # type: ignore

runner_class = RUNNER_CLASS_PATH + RUNNER_CLASS
command = [f"{runner_class} {self.metadata['title']}"]
command = [f"{runner_class} {self.python_test.name}"]

# Generate the command argument by getting the test_parameters from
# project configuration
Expand Down

0 comments on commit 08a01dc

Please sign in to comment.