From 3ba34bcce10356b999ef2497045332c41f73c570 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Sat, 7 Dec 2024 05:59:29 +0000 Subject: [PATCH] Fix fixtures --- tests/fixtures/backups_info.json | 4 ++++ tests/fixtures/backups_list.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/fixtures/backups_info.json b/tests/fixtures/backups_info.json index ee9bbba..3965a8b 100644 --- a/tests/fixtures/backups_info.json +++ b/tests/fixtures/backups_info.json @@ -8,7 +8,9 @@ "date": "2024-04-06T07:05:40.000000+00:00", "type": "full", "size": 828.81, + "size_bytes": 828810000, "location": null, + "locations": [null], "protected": false, "compressed": true, "content": { @@ -32,7 +34,9 @@ "date": "2024-05-31T20:48:03.838030+00:00", "type": "partial", "size": 0.01, + "size_bytes": 10123, "location": null, + "locations": [null], "protected": false, "compressed": true, "content": { diff --git a/tests/fixtures/backups_list.json b/tests/fixtures/backups_list.json index 4792494..fa3b04f 100644 --- a/tests/fixtures/backups_list.json +++ b/tests/fixtures/backups_list.json @@ -8,7 +8,9 @@ "date": "2024-04-06T07:05:40.000000+00:00", "type": "full", "size": 828.81, + "size_bytes": 828810000, "location": null, + "locations": [null], "protected": false, "compressed": true, "content": { @@ -32,7 +34,9 @@ "date": "2024-05-31T20:48:03.838030+00:00", "type": "partial", "size": 0.01, + "size_bytes": 10123, "location": null, + "locations": [null], "protected": false, "compressed": true, "content": {