Skip to content

Commit

Permalink
Fix azure test round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Apr 17, 2017
1 parent d2b2c14 commit 9807070
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion physical/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ func TestAzureBackend(t *testing.T) {
})

defer func() {
cleanupClient.GetBlobService().DeleteContainerIfExists(container)
contObj := cleanupClient.GetBlobService().GetContainerReference(container)
contObj.DeleteIfExists()
}()

if err != nil {
Expand Down

0 comments on commit 9807070

Please sign in to comment.