diff --git a/internal/archiver/archiver_test.go b/internal/archiver/archiver_test.go index 88c85aa98..cc29ae330 100644 --- a/internal/archiver/archiver_test.go +++ b/internal/archiver/archiver_test.go @@ -354,7 +354,7 @@ func TestArchiveNameCollision(t *testing.T) { arch := archiver.New(repo) - sn, id, err := arch.Snapshot(context.TODO(), nil, []string{"testfile", filepath.Join("..", "testfile")}, nil, "localhost", nil) + sn, id, err := arch.Snapshot(context.TODO(), nil, []string{"testfile", filepath.Join("..", "testfile")}, nil, "localhost", nil, time.Now()) OK(t, err) t.Logf("snapshot archived as %v", id)