Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DropletActions.Snapshot. #19

Merged
merged 2 commits into from
Feb 20, 2015

Conversation

andrewsomething
Copy link
Member

This is an old branch I had laying around from when I was first looking at godo and Actions requiring parameters were broken, cleaned up and rebased on master. It add support for taking snapshots.

@@ -291,3 +291,36 @@ func TestDropletActions_Get(t *testing.T) {
t.Errorf("DropletActions.Get returned %+v, expected %+v", action, expected)
}
}

func TestDropletAction_Snapshot(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to move this up above TestDropletActions_Get with the other individual actions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks macb!

@macb
Copy link
Contributor

macb commented Feb 20, 2015

aside from the small comment, lgtm 👍

macb added a commit that referenced this pull request Feb 20, 2015
Add support for DropletActions.Snapshot.
@macb macb merged commit e68e4a8 into digitalocean:master Feb 20, 2015
@macb
Copy link
Contributor

macb commented Feb 20, 2015

thanks @andrewsomething!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants