Code review comment for lp:~evarlast/charms/trusty/mongodb/fix-dump-actions

Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

Charm CI tests failed due to hardcoded unit numbers in the tests. Jenkins log: http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/1432/console

To fix, replace occurrences of `d.sentry.unit['mongodb/0']` with `d.sentry['mongodb'][0]` in the test files (tests/*).

review: Needs Fixing

« Back to merge proposal