Skip to content

Commit

Permalink
remove DBBACKUP_FALLBACK_STORAGE comment because I don't remember wha…
Browse files Browse the repository at this point in the history
…t I meant, but I think it's done
  • Loading branch information
mjlabe committed Dec 26, 2020
1 parent 8c22363 commit 6465092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbbackup/tests/commands/test_dbbackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def test_fallback(self):
self.assertEqual(str(ic.exception),
'You must specify a storage class using DBBACKUP_STORAGES settings.')

# TODO: Update DBBACKUP_FALLBACK_STORAGE and verify successful backup.


@patch('dbbackup.settings.GPG_RECIPIENT', 'test@test')
@patch('sys.stdout', DEV_NULL)
Expand Down

0 comments on commit 6465092

Please sign in to comment.