forked from TrueCloudLab/restic
tests: Simplify key handling
This commit is contained in:
parent
062c328f2d
commit
1cedff0e9e
8 changed files with 20 additions and 61 deletions
|
@ -95,8 +95,6 @@ func TestNodeComparison(t *testing.T) {
|
|||
func TestLoadTree(t *testing.T) {
|
||||
server := SetupBackend(t)
|
||||
defer TeardownBackend(t, server)
|
||||
key := SetupKey(t, server, "geheim")
|
||||
server.SetKey(key)
|
||||
|
||||
// save tree
|
||||
tree := restic.NewTree()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue