We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc3e40 commit 69ac322Copy full SHA for 69ac322
stackit/internal/services/postgresflex/instance/resource_test.go
@@ -279,7 +279,7 @@ func TestMapFields(t *testing.T) {
279
}),
280
input: &postgresflex.InstanceResponse{
281
Item: &postgresflex.Instance{
282
- BackupSchedule: utils.Ptr("0 0 * * *"),
+ BackupSchedule: new("0 0 * * *"),
283
},
284
285
flavor: &flavorModel{},
@@ -297,7 +297,7 @@ func TestMapFields(t *testing.T) {
297
298
299
300
- BackupSchedule: utils.Ptr("0 2 * * *"),
+ BackupSchedule: new("0 2 * * *"),
301
302
303
0 commit comments