Skip to content

Commit b5234ad

Browse files
committed
Use a better name for the fixture
1 parent 9497ecd commit b5234ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def pytest_metadata(metadata):
4040

4141
# This is dynamically decorated as a fixture in pytest_collection_modifyitems
4242
# when --json-report is used.
43-
def add_api_name_to_metadata(request, json_metadata):
43+
def add_extra_json_metadata(request, json_metadata):
4444
"""
4545
Additional per-test metadata for --json-report
4646
"""

0 commit comments

Comments
 (0)