@@ -53,10 +53,6 @@ def test_list(self):
5353 "outcome" : self .test_instances [0 ].outcome ,
5454 "branch" : self .test_instances [0 ].branch ,
5555 "repoid" : self .test_instances [0 ].repoid ,
56- "failure_rate" : self .test_instances [0 ].test .failure_rate ,
57- "commits_where_fail" : self .test_instances [
58- 0
59- ].test .commits_where_fail ,
6056 },
6157 {
6258 "id" : self .test_instances [1 ].id ,
@@ -68,10 +64,6 @@ def test_list(self):
6864 "outcome" : self .test_instances [1 ].outcome ,
6965 "branch" : self .test_instances [1 ].branch ,
7066 "repoid" : self .test_instances [1 ].repoid ,
71- "failure_rate" : self .test_instances [1 ].test .failure_rate ,
72- "commits_where_fail" : self .test_instances [
73- 1
74- ].test .commits_where_fail ,
7567 },
7668 ],
7769 "total_pages" : 1 ,
@@ -103,10 +95,6 @@ def test_list_filters(self):
10395 "outcome" : self .test_instances [0 ].outcome ,
10496 "branch" : self .test_instances [0 ].branch ,
10597 "repoid" : self .test_instances [0 ].repoid ,
106- "failure_rate" : self .test_instances [0 ].test .failure_rate ,
107- "commits_where_fail" : self .test_instances [
108- 0
109- ].test .commits_where_fail ,
11098 },
11199 ],
112100 "total_pages" : 1 ,
@@ -137,8 +125,6 @@ def test_retrieve(self, get_repo_permissions):
137125 "outcome" : self .test_instances [0 ].outcome ,
138126 "branch" : self .test_instances [0 ].branch ,
139127 "repoid" : self .test_instances [0 ].repoid ,
140- "failure_rate" : self .test_instances [0 ].test .failure_rate ,
141- "commits_where_fail" : self .test_instances [0 ].test .commits_where_fail ,
142128 }
143129
144130 @patch ("api.shared.permissions.RepositoryArtifactPermissions.has_permission" )
@@ -240,6 +226,4 @@ def test_result_with_valid_super_token(
240226 "outcome" : self .test_instances [0 ].outcome ,
241227 "branch" : self .test_instances [0 ].branch ,
242228 "repoid" : self .test_instances [0 ].repoid ,
243- "failure_rate" : self .test_instances [0 ].test .failure_rate ,
244- "commits_where_fail" : self .test_instances [0 ].test .commits_where_fail ,
245229 }
0 commit comments