Merge lp://staging/~freyes/charm-helpers/fix-test_hookenv into lp://staging/charm-helpers
Proposed by
Felipe Reyes
Status: | Merged |
---|---|
Merged at revision: | 266 |
Proposed branch: | lp://staging/~freyes/charm-helpers/fix-test_hookenv |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
12 lines (+1/-1) 1 file modified
tests/core/test_hookenv.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~freyes/charm-helpers/fix-test_hookenv |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | Pending | ||
Review via email: mp+243825@code.staging.launchpad.net |
Description of the change
Fix test_logs_
Python 2 and Python 3 return a different string for repr(object), while the returns "<type 'object'>", the later returns "<class 'object'>"
To post a comment you must log in.