@@ -555,12 +555,14 @@ func TestOrganizationsService_CreateOrganizationRuleset_RepoProperty(t *testing.
555
555
Include : []RulesetRepositoryPropertyTargetParameters {
556
556
{
557
557
Name : "testIncludeProp" ,
558
+ Source : "custom" ,
558
559
Values : []string {"true" },
559
560
},
560
561
},
561
562
Exclude : []RulesetRepositoryPropertyTargetParameters {
562
563
{
563
564
Name : "testExcludeProp" ,
565
+ Source : "custom" ,
564
566
Values : []string {"false" },
565
567
},
566
568
},
@@ -647,12 +649,14 @@ func TestOrganizationsService_CreateOrganizationRuleset_RepoProperty(t *testing.
647
649
Include : []RulesetRepositoryPropertyTargetParameters {
648
650
{
649
651
Name : "testIncludeProp" ,
652
+ Source : "custom" ,
650
653
Values : []string {"true" },
651
654
},
652
655
},
653
656
Exclude : []RulesetRepositoryPropertyTargetParameters {
654
657
{
655
658
Name : "testExcludeProp" ,
659
+ Source : "custom" ,
656
660
Values : []string {"false" },
657
661
},
658
662
},
@@ -1206,6 +1210,7 @@ func TestOrganizationsService_GetOrganizationRulesetWithRepoPropCondition(t *tes
1206
1210
Include : []RulesetRepositoryPropertyTargetParameters {
1207
1211
{
1208
1212
Name : "testIncludeProp" ,
1213
+ Source : "custom" ,
1209
1214
Values : []string {"true" },
1210
1215
},
1211
1216
},
@@ -1397,6 +1402,7 @@ func TestOrganizationsService_UpdateOrganizationRulesetWithRepoProp(t *testing.T
1397
1402
Include : []RulesetRepositoryPropertyTargetParameters {
1398
1403
{
1399
1404
Name : "testIncludeProp" ,
1405
+ Source : "custom" ,
1400
1406
Values : []string {"true" },
1401
1407
},
1402
1408
},
@@ -1428,6 +1434,7 @@ func TestOrganizationsService_UpdateOrganizationRulesetWithRepoProp(t *testing.T
1428
1434
Include : []RulesetRepositoryPropertyTargetParameters {
1429
1435
{
1430
1436
Name : "testIncludeProp" ,
1437
+ Source : "custom" ,
1431
1438
Values : []string {"true" },
1432
1439
},
1433
1440
},
0 commit comments