Skip to content

Commit

Permalink
Issue #48 untagresource DELETE taken care
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jun 6, 2016
1 parent ad64765 commit 3225f50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ public void testDeleteTag() throws DigitalOceanException, RequestUnsuccessfulExc
@Test
public void testTagResources() throws DigitalOceanException, RequestUnsuccessfulException {
List<Resource> resources = new ArrayList<Resource>();
resources.add(new Resource("188913", ResourceType.DROPLET));
resources.add(new Resource("3794738", ResourceType.DROPLET));


Response result = apiClient.tagResources("lab", resources);
Expand All @@ -1005,7 +1005,7 @@ public void testTagResources() throws DigitalOceanException, RequestUnsuccessful
@Test
public void testUntagResources() throws DigitalOceanException, RequestUnsuccessfulException {
List<Resource> resources = new ArrayList<Resource>();
resources.add(new Resource("188913", ResourceType.DROPLET));
resources.add(new Resource("3794738", ResourceType.DROPLET));


Response result = apiClient.untagResources("lab", resources);
Expand Down

0 comments on commit 3225f50

Please sign in to comment.