Skip to content

Commit

Permalink
fix(intergration): test_backuptarget_invalid
Browse files Browse the repository at this point in the history
longhorn/lonhorn-8348

Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien authored and khushboo-rancher committed Apr 11, 2024
1 parent 709c137 commit 0bb5211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager/integration/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@

BACKUP_TARGET_MESSAGE_EMPTY_URL = "backup target URL is empty"
BACKUP_TARGET_MESSAGES_INVALID = ["failed to init backup target clients",
"failed to list backup volumes in"]
"failed to list backup volumes in",
"error listing backup volume names"]

# customize the timeout for HDD
disktype = os.environ.get('LONGHORN_DISK_TYPE')
Expand Down

0 comments on commit 0bb5211

Please sign in to comment.