Skip to content

Commit

Permalink
fixup! fixup! Issue #5/#7 refactor metrics plugin from conftest to on…
Browse files Browse the repository at this point in the history
…w module
  • Loading branch information
soxofaan committed Jul 22, 2024
1 parent b7bead3 commit 0d3b47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tools/apex_algorithm_qa_tools/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def pytest_terminal_summary(self, terminalreporter):

def get_test_metrics(
self, user_properties: List[Tuple[str, Any]]
) -> List[str, Any]:
) -> List[Tuple[str, Any]]:
"""
Extract existing test metrics items from user properties
or create new one.
Expand Down

0 comments on commit 0d3b47e

Please sign in to comment.