Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewallace1979 committed Aug 14, 2023
1 parent dc62f21 commit d5c28e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_barman_cloud_backup_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def test_keep_single_backup_minimum_redundancy(
# WHEN barman-cloud-backup-delete runs, specifying either a backup ID or name
# and with minimum-redundancy 1
# THEN an OperationErrorExit is raised
with pytest.raises(OperationErrorExit) as _exc:
with pytest.raises(OperationErrorExit):
cloud_backup_delete.main(
[
"cloud_storage_url",
Expand Down

0 comments on commit d5c28e3

Please sign in to comment.