You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are some users that having empty email field
When trying to get those users UserResponse object fails to validate because email is mandatory
To Reproduce
Find user with no email set
try to get it:
artifactory.users.get(user.name)
Expected behavior
it shouldn't fail model validation
Describe the bug
There are some users that having empty email field
When trying to get those users UserResponse object fails to validate because email is mandatory
To Reproduce
Find user with no email set
try to get it:
artifactory.users.get(user.name)
Expected behavior
it shouldn't fail model validation
python -c "import pyartifactory; print(pyartifactory.version)"
2.7.1
python --version
The text was updated successfully, but these errors were encountered: