Skip to content

Commit

Permalink
feat: [CDS-56975]: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhGupta34 committed Apr 27, 2023
1 parent 7577e8d commit a3cb34c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ func testAccResourceManualFreeze(id string, name string, accountId string) strin
recurrence:
type: Daily
notificationRules: []
orgIdentifier: %[1]s
projectIdentifier: %[1]s
tags: {}
EOT
}
Expand Down Expand Up @@ -353,6 +355,8 @@ func testAccResourceManualFreezeQuarterly(id string, name string, accountId stri
value: 3
until: 2023-12-31 11:59 PM
notificationRules: []
orgIdentifier: %[1]s
projectIdentifier: %[1]s
tags: {}
EOT
}
Expand Down Expand Up @@ -400,6 +404,8 @@ func testAccResourceManualFreezeWithoutRecurrence(id string, name string, accoun
startTime: 2023-05-03 04:16 PM
duration: 30m
notificationRules: []
orgIdentifier: %[1]s
projectIdentifier: %[1]s
tags: {}
EOT
}
Expand Down

0 comments on commit a3cb34c

Please sign in to comment.