Skip to content

Commit

Permalink
fix test: incorrect update in test
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla committed Nov 18, 2024
1 parent 4b6ac16 commit 2aa4aa0
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_backup"}`},
"/v2/droplets/65/actions": {method: http.MethodPost, body: `{"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 2aa4aa0

Please sign in to comment.