Skip to content

Commit

Permalink
Use the correct test name.
Browse files Browse the repository at this point in the history
Closes #374
  • Loading branch information
Johannes Ernst committed Oct 2, 2024
1 parent 1bc8f21 commit 67ef8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feditest/cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def create_session_template_from_tests(args: Namespace) -> TestPlanSession:
tests.append(test)

for test in tests:
name = test.name
test_plan_spec = TestPlanTestSpec(name)
test_plan_specs.append(test_plan_spec)

Expand Down

0 comments on commit 67ef8a9

Please sign in to comment.