Skip to content

Fix #90 - booleans in subnet module aren't working #91

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

Merged
merged 3 commits into from
Nov 4, 2022

Conversation

cmeissner
Copy link
Member

Parameter names that do not have a phpipam_name parameter where camelized. inflection.camelized() start strings by default with a uppercase letter. This behavior needs to be adapted as camelized parameters in API calls often start with lowercase letter.
We also add a extra test step into the subnet test case

@cmeissner
Copy link
Member Author

@Swaeltjie this PR should /fix #90. Can you please confirm that it meets your needs?

@cmeissner cmeissner linked an issue Nov 3, 2022 that may be closed by this pull request
@cmeissner cmeissner self-assigned this Nov 3, 2022
@cmeissner cmeissner requested a review from gmzabos November 3, 2022 15:53
@cmeissner cmeissner added the bug Something isn't working label Nov 3, 2022
@Swaeltjie
Copy link

@cmeissner Thank you, exactly what i was looking for

Copy link
Member

@gmzabos gmzabos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmzabos gmzabos merged commit d71afb0 into codeaffen:develop Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subnet boolean values not working
3 participants