Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Jul 5, 2024
1 parent 12911b0 commit 824db9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs_ci/ocs/resources/pvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def resize_pvc(self, new_size, verify=False):

# Modify size of PVC
assert self.ocp.patch(
resource_name=self.name, params=patch_param, format_type="merge"
resource_name=self.name,
params=patch_param,
), f"Patch command to modify size of PVC {self.name} has failed."

if verify:
Expand Down

0 comments on commit 824db9c

Please sign in to comment.