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

tags can be string or list, returncode can be int or list of ints #486

Merged

Conversation

shahzebsiddiqui
Copy link
Member

tags field can be a string or list.
returncode field can be int or list.
Add valid/invalid tests for each field.
Update returncode logic to convert int to list if specified as an integer.
The returncode and tags must be unique items if specified as list. Previously
we could pass duplicate values in list which is incorrect.

…t_or_list.

tags field can be a string or list.
returncode field can be int or list.
Add valid/invalid tests for each field.
Update returncode logic to convert int to list if specified as an integer.
The returncode and tags must be unique items if specified as list. Previously
we could pass duplicate values in list which is incorrect.
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 22, 2020
@shahzebsiddiqui shahzebsiddiqui merged commit 9bb169b into buildtesters:devel Sep 22, 2020
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Sep 22, 2020
@shahzebsiddiqui shahzebsiddiqui deleted the schema_definitions branch September 30, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant