Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Code becoming integer. #617

Conversation

jneo8
Copy link

@jneo8 jneo8 commented Oct 4, 2023

Value of the Code key in the returned Dict is str in master branch. However while trying to get compatible with juju 3.x series it became int. Now it is not conforming to the function signature. Also there are usages in some tests so it reverted back to str.

Value of the Code key in the returned Dict is str in master branch. However
while trying to get compatible with juju 3.x series it became int. Now it is
not conforming to the function signature. Also there are usages in some
tests so it reverted back to str.
@rgildein rgildein mentioned this pull request Oct 4, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
zaza/model.py 87.31% <100.00%> (ø)

📢 Thoughts on this report? Let us know!.

@ajkavanagh
Copy link
Collaborator

The failure is not related to the change, and this will be a short lived branch. Merging on that basis.

@ajkavanagh ajkavanagh merged commit 6e3b91b into openstack-charmers:libjuju-3.1 Oct 6, 2023
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants