Fix bad merge (#7553)

This commit is contained in:
Joram Wilander
2017-10-02 16:25:33 -04:00
committed by Christopher Speller
parent 078467ee96
commit 605ac2a10c

View File

@@ -9,7 +9,7 @@ import (
func TestDataRetentionGetPolicy(t *testing.T) {
th := Setup().InitBasic()
defer TearDown()
defer th.TearDown()
_, resp := th.Client.GetDataRetentionPolicy()
CheckNotImplementedStatus(t, resp)