Skip to content

Commit

Permalink
adding an empty backup policy to integration droplet action test
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla committed Nov 13, 2024
1 parent 4f6dfbd commit 841b2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/compute_droplet_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = suite("compute/droplet-action", func(t *testing.T, when spec.G, it spec.
"/v2/droplets/247/actions": {method: http.MethodPost, body: `{"type":"enable_ipv6"}`},
"/v2/droplets/45/actions": {method: http.MethodPost, body: `{"type":"power_on"}`},
"/v2/droplets/1111/actions": {method: http.MethodPost, body: `{"kernel":7777,"type":"change_kernel"}`},
"/v2/droplets/65/actions": {method: http.MethodPost, body: `{"type":"enable_backups"}`},
"/v2/droplets/65/actions": {method: http.MethodPost, body: `{{"hour":0, "plan":"daily", "weekday":""},"type":"enable_backups"}`},
"/v2/droplets/4743/actions": {method: http.MethodPost, body: `{"image":9999,"type":"rebuild"}`},
"/v2/droplets/884/actions": {method: http.MethodPost, body: `{"disk":true,"size":"bigger","type":"resize"}`},
"/v2/droplets/789/actions/954": {method: http.MethodGet, body: `{}`},
Expand Down

0 comments on commit 841b2f2

Please sign in to comment.