Skip to content

Commit ba7bfae

Browse files
committed
Fix tests
Signed-off-by: cpu1 <[email protected]>
1 parent b49b1b4 commit ba7bfae

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

pkg/printers/testdata/jsontest_2clusters.golden

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"Status": "ACTIVE",
3737
"Tags": null,
3838
"Version": null,
39-
"UpgradePolicy": null
39+
"UpgradePolicy": null,
40+
"ZonalShiftConfig": null
4041
},
4142
{
4243
"Id": null,
@@ -75,6 +76,7 @@
7576
"Status": "ACTIVE",
7677
"Tags": null,
7778
"Version": null,
78-
"UpgradePolicy": null
79+
"UpgradePolicy": null,
80+
"ZonalShiftConfig": null
7981
}
8082
]

pkg/printers/testdata/jsontest_single.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Status": "ACTIVE",
3636
"Tags": null,
3737
"Version": null,
38-
"UpgradePolicy": null
38+
"UpgradePolicy": null,
39+
"ZonalShiftConfig": null
3940
}
4041
]

pkg/printers/testdata/yamltest_2clusters.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
Tags: null
3232
Version: null
3333
UpgradePolicy: null
34+
ZonalShiftConfig: null
3435
- Id: null
3536
Arn: arn-87654321
3637
CertificateAuthority: null
@@ -64,3 +65,4 @@
6465
Tags: null
6566
Version: null
6667
UpgradePolicy: null
68+
ZonalShiftConfig: null

pkg/printers/testdata/yamltest_single.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
Tags: null
3232
Version: null
3333
UpgradePolicy: null
34+
ZonalShiftConfig: null

0 commit comments

Comments
 (0)