From ae12ccd8e6b0f0a009b2214f93b1181fb4d00842 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 21 Apr 2023 09:31:37 -0700 Subject: [PATCH] And fixing again... --- tests/end-to-end/test_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end-to-end/test_database.py b/tests/end-to-end/test_database.py index 81e7c5e7..5c4e22cc 100644 --- a/tests/end-to-end/test_database.py +++ b/tests/end-to-end/test_database.py @@ -118,7 +118,7 @@ def test_database_dump_and_restore(): # Restore the database from the archive. subprocess.check_call( - ['borgmatic', '-v, '2', '--config', config_path, 'restore', '--archive', archive_name] + ['borgmatic', '-v', '2', '--config', config_path, 'restore', '--archive', archive_name] ) finally: os.chdir(original_working_directory)