Skip to content

Commit

Permalink
topology-marker: fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Sep 10, 2024
1 parent f23a309 commit 0cff8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_mh/_private/marks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TopologyMark(object):
@pytest.mark.topology(
name, topology,
controller=controller,
fixture=dict(fixture1='path1', fixture2='path2', ...)
fixtures=dict(fixture1='path1', fixture2='path2', ...)
)
def test_fixture_name(fixture1: BaseRole, fixture2: BaseRole, ...):
assert True
Expand Down

0 comments on commit 0cff8fc

Please sign in to comment.