diff --git a/ocs_ci/deployment/deployment.py b/ocs_ci/deployment/deployment.py index b421645fb333..90feb2491d1a 100644 --- a/ocs_ci/deployment/deployment.py +++ b/ocs_ci/deployment/deployment.py @@ -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")