Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 827093a

Browse files
committed
fix: tests
1 parent c6da8c9 commit 827093a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/tests/test_test_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_fetch_test_result_name_with_computed_name(self) -> None:
104104

105105
assert "errors" not in result
106106
assert (
107-
result["owner"]["repository"]["testAnalytics"]["results"]["edges"][0][
107+
result["owner"]["repository"]["testAnalytics"]["testResults"]["edges"][0][
108108
"node"
109109
]["name"]
110110
== self.test.computed_name

0 commit comments

Comments
 (0)