Dan Helfman 5 years ago
parent
commit
68281339b7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/end-to-end/test_database.py

+ 3 - 1
tests/end-to-end/test_database.py

@@ -29,7 +29,9 @@ hooks:
           hostname: postgresql
           hostname: postgresql
           username: postgres
           username: postgres
           password: test
           password: test
-'''.format(config_path, repository_path, borgmatic_source_directory)
+'''.format(
+        config_path, repository_path, borgmatic_source_directory
+    )
 
 
     config_file = open(config_path, 'w')
     config_file = open(config_path, 'w')
     config_file.write(config)
     config_file.write(config)