Skip to content

Commit

Permalink
test: fix flake8 check
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Dec 19, 2024
1 parent d4e1c41 commit 72df9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager/integration/tests/test_recurring_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,8 @@ def test_recurring_job_groups(set_random_backupstore, client, batch_v1_api): #
wait_for_backup_count(find_backup_volume(client, volume2_name),
1,
retry_counts=60)
# AttributeError: BackupVolume is 'NoneType' object has no attribute 'backupList'
# AttributeError:
# BackupVolume is 'NoneType' object has no attribute 'backupList'
except (AssertionError, AttributeError):
backup_created = False
assert not backup_created
Expand Down

0 comments on commit 72df9d9

Please sign in to comment.