Skip to content

Commit

Permalink
fixed integration test- TestPurge for the flat key store
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Vaid <avaid1996@gmail.com>
  • Loading branch information
avaid96 committed Aug 11, 2016
1 parent c1c537f commit 1516bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notary/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ func TestPurge(t *testing.T) {
t.Fail()
}

err = os.Remove(filepath.Join(tempDir, notary.PrivDir, notary.NonRootKeysSubdir, "gun", targetsKeyID+".key"))
err = os.Remove(filepath.Join(tempDir, notary.PrivDir, targetsKeyID+".key"))
require.NoError(t, err)

_, err = runCommand(t, tempDir, "delegation", "purge", "gun", "--key", keyID)
Expand Down

0 comments on commit 1516bb7

Please # to comment.