mirror of
https://github.com/restic/restic.git
synced 2026-04-09 22:58:53 +00:00
server/key: Rename CreateKey -> CreateMasterKey
This commit is contained in:
@@ -30,7 +30,7 @@ func SetupBackend(t testing.TB) *server.Server {
|
||||
OK(t, err)
|
||||
|
||||
s := server.NewServer(b)
|
||||
OK(t, s.CreateKey(*TestPassword))
|
||||
OK(t, s.CreateMasterKey(*TestPassword))
|
||||
return s
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user