@@ -59,7 +59,6 @@ func TestClient_Create(t *testing.T) {
5959 ID : "bak-1" ,
6060 Path : "/path/to/backup" ,
6161 Status : api .BackupStatusStarted ,
62- StartedAt : testkit .Now ,
6362 IncludesCollections : []string {"Songs" },
6463 },
6564 },
@@ -69,7 +68,6 @@ func TestClient_Create(t *testing.T) {
6968 ID : "bak-1" ,
7069 Path : "/path/to/backup" ,
7170 Status : backup .StatusStarted ,
72- StartedAt : testkit .Now ,
7371 IncludesCollections : []string {"Songs" },
7472 },
7573 },
@@ -138,8 +136,6 @@ func TestClient_Restore(t *testing.T) {
138136 ID : "bak-1" ,
139137 Path : "/path/to/backup" ,
140138 Status : api .BackupStatusSuccess ,
141- StartedAt : testkit .Now ,
142- CompletedAt : testkit .Ptr (testkit .Now ),
143139 IncludesCollections : []string {"Songs" },
144140 SizeGiB : testkit.Ptr [float32 ](.6 ),
145141 },
@@ -150,8 +146,6 @@ func TestClient_Restore(t *testing.T) {
150146 ID : "bak-1" ,
151147 Path : "/path/to/backup" ,
152148 Status : backup .StatusSuccess ,
153- StartedAt : testkit .Now ,
154- CompletedAt : testkit .Ptr (testkit .Now ),
155149 IncludesCollections : []string {"Songs" },
156150 SizeGiB : testkit.Ptr [float32 ](.6 ),
157151 },
0 commit comments