Skip to content

Commit 89c1c0e

Browse files
committed
fix tests after rebase
1 parent a97a506 commit 89c1c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackit/internal/services/postgresflex/instance/resource_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func TestMapFields(t *testing.T) {
279279
}),
280280
input: &postgresflex.InstanceResponse{
281281
Item: &postgresflex.Instance{
282-
BackupSchedule: utils.Ptr("0 0 * * *"),
282+
BackupSchedule: new("0 0 * * *"),
283283
},
284284
},
285285
flavor: &flavorModel{},
@@ -297,7 +297,7 @@ func TestMapFields(t *testing.T) {
297297
}),
298298
input: &postgresflex.InstanceResponse{
299299
Item: &postgresflex.Instance{
300-
BackupSchedule: utils.Ptr("0 2 * * *"),
300+
BackupSchedule: new("0 2 * * *"),
301301
},
302302
},
303303
flavor: &flavorModel{},

0 commit comments

Comments
 (0)