Skip to content

Commit cd0adc3

Browse files
Fix COS method call (#54)
1 parent 74aa38c commit cd0adc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def cleanup_monitoring_user(self) -> None:
132132
user=self._cos.MONITORING_USERNAME,
133133
password=None,
134134
)
135-
self._cos._reset_monitoring_password()
135+
self._cos.reset_monitoring_password()
136136
logger.debug("Cleaned router REST API user for mysqlrouter exporter")
137137

138138
def _disable_exporter(self) -> None:

0 commit comments

Comments
 (0)