From 1234b688000d109b46d7d33e99bcd897e478ce39 Mon Sep 17 00:00:00 2001 From: Lucas Gameiro Borges Date: Thu, 4 Jul 2024 14:11:58 -0300 Subject: [PATCH] revert unit test time --- tests/unit/test_backups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_backups.py b/tests/unit/test_backups.py index 8afbb17ba4..42b9d67718 100644 --- a/tests/unit/test_backups.py +++ b/tests/unit/test_backups.py @@ -693,7 +693,7 @@ def test_generate_backup_list_output(harness): backup-id | type | status | reference-backup-id | LSN start/stop | start-time | finish-time | backup-path ----------------------------------------------------------------------------------------------------------------------------------------------------------- -2023-01-01T09:00:00Z | full | failed: fake error | None | 0/3000000 / 0/5000000 | 2024-07-01T17:45:11Z | 2024-07-01T17:45:14Z | /None.postgresql/20230101-090000F""" +2023-01-01T09:00:00Z | full | failed: fake error | None | 0/3000000 / 0/5000000 | 2024-07-01T20:45:11Z | 2024-07-01T20:45:14Z | /None.postgresql/20230101-090000F""" )