Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docstring validation error
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Hirshfeld <shirshfe@redhat.com>
sagihirshfeld committed Jan 13, 2025
1 parent bf68067 commit 8ee95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/bucket_notifications_manager.py
Original file line number Diff line number Diff line change
@@ -223,7 +223,7 @@ def add_notif_conn_to_noobaa_cr(self, secret):
connections in the NooBaa CR.
Args:
secret(OCP): OCP instance of the secret to add
secret(ocs_ci.ocs.ocp.OCP): OCP instance of the secret to add
"""
nb_ocp_obj = OCP(
kind="noobaa",

0 comments on commit 8ee95e9

Please sign in to comment.