@@ -22,7 +22,7 @@ func TestProjectOwnershipsService_Get(t *testing.T) {
2222 "dateCreated": "2021-11-18T13:09:16.819818Z",
2323 "lastUpdated": "2022-03-01T14:00:31.317734Z",
2424 "isActive": true,
25- "autoAssignment": true ,
25+ "autoAssignment": "Auto Assign to Issue Owner" ,
2626 "codeownersAutoSync": null
2727 }` )
2828 })
@@ -35,7 +35,7 @@ func TestProjectOwnershipsService_Get(t *testing.T) {
3535 Raw : "# assign issues to the product team, no matter the area\n url:https://example.com/areas/*/*/products/* #product-team" ,
3636 FallThrough : false ,
3737 IsActive : true ,
38- AutoAssignment : true ,
38+ AutoAssignment : "Auto Assign to Issue Owner" ,
3939 CodeownersAutoSync : nil ,
4040 DateCreated : mustParseTime ("2021-11-18T13:09:16.819818Z" ),
4141 LastUpdated : mustParseTime ("2022-03-01T14:00:31.317734Z" ),
@@ -60,7 +60,7 @@ func TestProjectOwnershipsService_Update(t *testing.T) {
6060 "dateCreated": "2021-11-18T13:09:16.819818Z",
6161 "lastUpdated": "2022-03-01T14:00:31.317734Z",
6262 "isActive": true,
63- "autoAssignment": true ,
63+ "autoAssignment": "Auto Assign to Issue Owner" ,
6464 "codeownersAutoSync": null
6565 }` )
6666 })
@@ -75,7 +75,7 @@ func TestProjectOwnershipsService_Update(t *testing.T) {
7575 Raw : "# assign issues to the product team, no matter the area\n url:https://example.com/areas/*/*/products/* #product-team" ,
7676 FallThrough : false ,
7777 IsActive : true ,
78- AutoAssignment : true ,
78+ AutoAssignment : "Auto Assign to Issue Owner" ,
7979 CodeownersAutoSync : nil ,
8080 DateCreated : mustParseTime ("2021-11-18T13:09:16.819818Z" ),
8181 LastUpdated : mustParseTime ("2022-03-01T14:00:31.317734Z" ),
0 commit comments