canonical / discourse-k8s-operator

discourse-k8s-operator - charm repository.
Apache License 2.0
7 stars 5 forks source link

fix: don't use private Harness names (trivial) #210

Closed tonyandrewmeyer closed 7 months ago

tonyandrewmeyer commented 7 months ago

Overview

Swaps use of harness._charm for harness.charm.

Rationale

Private names (ones with leading underscores) of dependencies, including ops, should not be used. These may change at any time, and are not intended for public consumption. In this case, it's of no value, as the charm is publicly exposed via a method on the harness.

Juju Events Changes

N/A

Module Changes

N/A

Library Changes

N/A

Checklist