Skip to content

Commit 1b53538

Browse files
Merge pull request #3309 from tareqalayan/issue-3308
issue #3308: fix example in documentation
2 parents b2b629f + 7e53f94 commit 1b53538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/3308.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a python example when calling a fixture in doc/en/usage.rst

doc/en/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ to all testcases you can use ``LogXML.add_global_properties``
337337
my_junit.add_global_property('ARCH', 'PPC')
338338
my_junit.add_global_property('STORAGE_TYPE', 'CEPH')
339339
340-
@pytest.mark.usefixtures(log_global_env_facts)
340+
@pytest.mark.usefixtures(log_global_env_facts.__name__)
341341
def start_and_prepare_env():
342342
pass
343343

0 commit comments

Comments
 (0)