@@ -53,7 +53,7 @@ def test_list(self):
53
53
"outcome" : self .test_instances [0 ].outcome ,
54
54
"branch" : self .test_instances [0 ].branch ,
55
55
"repoid" : self .test_instances [0 ].repoid ,
56
- "failure_rate" : 0 .0 ,
56
+ "failure_rate" : 1 .0 ,
57
57
},
58
58
{
59
59
"id" : self .test_instances [1 ].id ,
@@ -65,7 +65,7 @@ def test_list(self):
65
65
"outcome" : self .test_instances [1 ].outcome ,
66
66
"branch" : self .test_instances [1 ].branch ,
67
67
"repoid" : self .test_instances [1 ].repoid ,
68
- "failure_rate" : 0 .0 ,
68
+ "failure_rate" : 1 .0 ,
69
69
},
70
70
],
71
71
"total_pages" : 1 ,
@@ -97,7 +97,7 @@ def test_list_filters(self):
97
97
"outcome" : self .test_instances [0 ].outcome ,
98
98
"branch" : self .test_instances [0 ].branch ,
99
99
"repoid" : self .test_instances [0 ].repoid ,
100
- "failure_rate" : 0 .0 ,
100
+ "failure_rate" : 1 .0 ,
101
101
},
102
102
],
103
103
"total_pages" : 1 ,
@@ -128,7 +128,7 @@ def test_retrieve(self, get_repo_permissions):
128
128
"outcome" : self .test_instances [0 ].outcome ,
129
129
"branch" : self .test_instances [0 ].branch ,
130
130
"repoid" : self .test_instances [0 ].repoid ,
131
- "failure_rate" : 0 .0 ,
131
+ "failure_rate" : 1 .0 ,
132
132
}
133
133
134
134
@patch ("api.shared.permissions.RepositoryArtifactPermissions.has_permission" )
@@ -230,5 +230,5 @@ def test_result_with_valid_super_token(
230
230
"outcome" : self .test_instances [0 ].outcome ,
231
231
"branch" : self .test_instances [0 ].branch ,
232
232
"repoid" : self .test_instances [0 ].repoid ,
233
- "failure_rate" : 0 .0 ,
233
+ "failure_rate" : 1 .0 ,
234
234
}
0 commit comments