canonical / ops-scenario

State-transition testing SDK for Operator Framework Juju charms.
Apache License 2.0
10 stars 7 forks source link

fix: update secret label when getting with both id and label #172

Closed tonyandrewmeyer closed 1 month ago

tonyandrewmeyer commented 1 month ago

When we get a secret and provide both ID and label, the label should update to the provided one. This was previously missing in Scenario.

Fixes #95