Skip to content

Commit

Permalink
Clean up test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Apr 2, 2019
1 parent dcedd04 commit 5dbd372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builtin/credential/cert/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ func TestBackend_uri_singleCert(t *testing.T) {
}

tempDir, connState, err := generateTestCertAndConnState(t, certTemplate)
if tempDir != "" {
defer os.RemoveAll(tempDir)
}
if err != nil {
t.Fatalf("error testing connection state: %v", err)
}
Expand Down

0 comments on commit 5dbd372

Please sign in to comment.