Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 26, 2024
1 parent 28f2fbe commit 1f8a75b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/integration/test_before_after.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
@pytest.mark.parametrize(
"test, idx_to_check, step_name, suite_name",
[
("examples/before_after/before_suite_with_steps.robot", 1, "Log suite setup", "Before Suite With Steps"),
("examples/before_after/after_suite_with_steps.robot", 3, "Log suite tear down", "After Suite With Steps"),
("examples/before_after/before_suite_with_steps.robot", 1, "SETUP Log suite setup", "Before Suite With Steps"),
(
"examples/before_after/after_suite_with_steps.robot",
3,
"TEARDOWN Log suite tear down",
"After Suite With Steps",
),
],
)
@mock.patch(REPORT_PORTAL_SERVICE)
Expand Down

0 comments on commit 1f8a75b

Please sign in to comment.