fix: Add missing quote
This commit is contained in:
parent
c4e57926f9
commit
84e2fcd6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class TestCommands(BaseTestCommands):
|
|||
self.execute("bench --site {site} restore {database}", {"database": database})
|
||||
|
||||
# test 2: restore from partial backup
|
||||
self.execute("bench --site {site} backup --exclude 'ToDo")
|
||||
self.execute("bench --site {site} backup --exclude 'ToDo'")
|
||||
database = fetch_latest_backups(partial=True)["database"]
|
||||
self.execute("bench --site {site} restore {database}", {"database": database})
|
||||
self.assertEquals(self.returncode, 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue