@@ -88,7 +88,7 @@ def test_new_pr_non_contributor(self):
88
88
(
89
89
(
90
90
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '7' ),
91
- {'assignee ' : 'nrc' }
91
+ {'assignees ' : [ 'nrc' ] }
92
92
),
93
93
{'body' : {}},
94
94
),
@@ -130,7 +130,7 @@ def test_new_pr_empty_body(self):
130
130
(
131
131
(
132
132
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '7' ),
133
- {'assignee ' : 'nrc' }
133
+ {'assignees ' : [ 'nrc' ] }
134
134
),
135
135
{'body' : {}},
136
136
),
@@ -171,7 +171,7 @@ def test_new_pr_contributor(self):
171
171
(
172
172
(
173
173
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '7' ),
174
- {'assignee ' : 'nrc' }
174
+ {'assignees ' : [ 'nrc' ] }
175
175
),
176
176
{'body' : {}},
177
177
),
@@ -215,7 +215,7 @@ def test_new_pr_contributor_with_labels(self):
215
215
(
216
216
(
217
217
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '7' ),
218
- {'assignee ' : 'nrc' }
218
+ {'assignees ' : [ 'nrc' ] }
219
219
),
220
220
{'body' : {}},
221
221
),
@@ -266,7 +266,7 @@ def test_author_is_commenter(self):
266
266
(
267
267
(
268
268
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '1' ),
269
- {'assignee ' : 'davidalber' }
269
+ {'assignees ' : [ 'davidalber' ] }
270
270
),
271
271
{'body' : {}},
272
272
),
@@ -293,7 +293,7 @@ def test_author_not_commenter_is_collaborator(self):
293
293
(
294
294
(
295
295
'PATCH' , newpr .issue_url % ('rust-lang' , 'rust' , '1' ),
296
- {'assignee ' : 'davidalber' }
296
+ {'assignees ' : [ 'davidalber' ] }
297
297
),
298
298
{'body' : {}},
299
299
),
0 commit comments