Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Dec 10, 2024
1 parent d6981f8 commit d0af006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kotsadmsnapshot/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1509,8 +1509,6 @@ func Test_mergeAppBackupSpec(t *testing.T) {
}

func Test_getAppInstanceBackupSpec(t *testing.T) {
t.Setenv("ENABLE_IMPROVED_DR", "true")

kotsadmSts := &appsv1.StatefulSet{
ObjectMeta: metav1.ObjectMeta{
Name: "kotsadm",
Expand Down Expand Up @@ -1936,6 +1934,8 @@ func Test_getAppInstanceBackupSpec(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
t.Setenv("ENABLE_IMPROVED_DR", "true")

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down

0 comments on commit d0af006

Please sign in to comment.