Skip to content

Commit 4aa69b8

Browse files
committed
update test
1 parent 5950050 commit 4aa69b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudstack/resource_cloudstack_snapshot_policy.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ import (
3030
func intervalTypeToString(intervalType int) string {
3131
switch intervalType {
3232
case 0:
33-
return "hourly"
33+
return "HOURLY"
3434
case 1:
35-
return "daily"
35+
return "DAILY"
3636
case 2:
37-
return "weekly"
37+
return "WEEKLY"
3838
case 3:
39-
return "monthly"
39+
return "MONTHLY"
4040
default:
4141
return fmt.Sprintf("%d", intervalType)
4242
}

0 commit comments

Comments
 (0)