Skip to content

Commit

Permalink
consume: Update test name format for hiveview.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed May 30, 2024
1 parent e5e8b70 commit 5c85eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_plugins/pytest_hive/pytest_hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def hive_test(request, test_suite: HiveTestSuite):
"""
Propagate the pytest test case and its result to the hive server.
"""
test_parameter_string = request.node.nodeid.split("[")[-1].rstrip("]") # test fixture name
test_parameter_string = request.node.nodeid # test fixture name
test: HiveTest = test_suite.start_test(
# TODO: pass test case documentation when available
name=test_parameter_string,
Expand Down

0 comments on commit 5c85eea

Please sign in to comment.