From abad73d6057ba2473fc618a89078c60666f8e3b3 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Wed, 17 Sep 2025 20:09:01 +0200 Subject: [PATCH] final round of fixes. --- borgmatic/actions/restore.py | 1 + tests/end-to-end/hooks/data_source/test_database.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/borgmatic/actions/restore.py b/borgmatic/actions/restore.py index 70206021..ac25bfd7 100644 --- a/borgmatic/actions/restore.py +++ b/borgmatic/actions/restore.py @@ -189,6 +189,7 @@ def restore_single_dump( data_source.get('hostname'), data_source.get('port'), data_source.get('label') or UNSPECIFIED, + data_source.get('container'), ), ) diff --git a/tests/end-to-end/hooks/data_source/test_database.py b/tests/end-to-end/hooks/data_source/test_database.py index fee3bc38..9b212c2b 100644 --- a/tests/end-to-end/hooks/data_source/test_database.py +++ b/tests/end-to-end/hooks/data_source/test_database.py @@ -143,9 +143,6 @@ mongodb_databases: username: root password: test authentication_database: admin -sqlite_databases: - - name: sqlite_test - path: /tmp/sqlite_test.db ''' with open(config_path, 'w') as config_file: