lib/syncthing: Fixup test after merge

This commit is contained in:
Jakob Borg 2019-10-17 09:14:27 +02:00
parent 4736cccda1
commit 95acb26249

View File

@ -61,7 +61,7 @@ func TestStartupFail(t *testing.T) {
}
defer os.RemoveAll(tmpDir)
cert, err := tlsutil.NewCertificate(filepath.Join(tmpDir, "cert"), filepath.Join(tmpDir, "key"), "syncthing")
cert, err := tlsutil.NewCertificate(filepath.Join(tmpDir, "cert"), filepath.Join(tmpDir, "key"), "syncthing", 365)
if err != nil {
t.Fatal(err)
}