Skip to content

Commit

Permalink
issue pytest-dev#3308: fix example in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqalayan committed Mar 14, 2018
1 parent b2b629f commit 2445f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ to all testcases you can use ``LogXML.add_global_properties``
my_junit.add_global_property('ARCH', 'PPC')
my_junit.add_global_property('STORAGE_TYPE', 'CEPH')
@pytest.mark.usefixtures(log_global_env_facts)
@pytest.mark.usefixtures(log_global_env_facts.__name__)
def start_and_prepare_env():
pass
Expand Down

0 comments on commit 2445f7d

Please sign in to comment.