浏览代码

final round of fixes.

Florian Apolloner 3 月之前
父节点
当前提交
abad73d605
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1 0
      borgmatic/actions/restore.py
  2. 0 3
      tests/end-to-end/hooks/data_source/test_database.py

+ 1 - 0
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'),
         ),
     )
 

+ 0 - 3
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: