Skip to content

Commit

Permalink
rebase on 17may24
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <amagrawa@redhat.com>
  • Loading branch information
am-agrawa committed May 29, 2024
1 parent 6bc36b0 commit d254463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ def validate_dpa(self):
resource = backupstorage.get()
if resource["status"].get("phase") != "Available":
raise MDRDeploymentException(
"Backupstoragelocation resource is no in 'Avaialble' phase"
"Backupstoragelocation resource is no in 'Available' phase"
)
logger.info("Dataprotection application successful")

Expand Down

0 comments on commit d254463

Please sign in to comment.