Skip to content
Snippets Groups Projects
Commit ec216be3 authored by Matt Wise's avatar Matt Wise
Browse files

fix delete resource error

parent aaf5e1e6
No related branches found
No related tags found
1 merge request!54Add Environment variable for int tests
......@@ -39,4 +39,11 @@ public class TestUpdatePartition extends UpdatePartitionTest {
this.testUtils = null;
}
@Override
protected void deleteResource() throws Exception {
DeletePartitionDescriptor deletePartitionDes = new DeletePartitionDescriptor();
deletePartitionDes.setPartitionId(partitionId);
ClientResponse response = deletePartitionDes.run(this.getId(), this.testUtils.getAccessToken());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment