Skip to content

Commit

Permalink
fix self reference
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <fbalak@redhat.com>
  • Loading branch information
fbalak committed May 6, 2024
1 parent 82907bb commit d54b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/mcg.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self, *args, **kwargs):
.get("serviceS3")
.get("internalDNS")[0]
)
self.s3_endpoint = determine_s3_endpoint()
self.s3_endpoint = self.determine_s3_endpoint()
self.mgmt_endpoint = (
get_noobaa.get("items")[0]
.get("status")
Expand Down

0 comments on commit d54b0ed

Please sign in to comment.