File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,6 +462,7 @@ async fn repo_pages_create() {
462462 ),
463463 ),
464464 app_installation_diffs: [],
465+ custom_property_diffs: [],
465466 },
466467 ),
467468 ]
@@ -519,6 +520,7 @@ async fn repo_pages_update() {
519520 },
520521 ),
521522 app_installation_diffs: [],
523+ custom_property_diffs: [],
522524 },
523525 ),
524526 ]
@@ -1635,6 +1637,7 @@ async fn repo_add_custom_property() {
16351637 branch_protection_diffs: [],
16361638 ruleset_diffs: [],
16371639 environment_diffs: [],
1640+ pages_diff: None,
16381641 app_installation_diffs: [],
16391642 custom_property_diffs: [
16401643 CustomPropertyDiff {
@@ -1684,6 +1687,7 @@ async fn repo_remove_custom_property() {
16841687 branch_protection_diffs: [],
16851688 ruleset_diffs: [],
16861689 environment_diffs: [],
1690+ pages_diff: None,
16871691 app_installation_diffs: [],
16881692 custom_property_diffs: [
16891693 CustomPropertyDiff {
You can’t perform that action at this time.
0 commit comments