jfrog / artifactory-user-plugins

Sample Artifactory User Plugins
http://wiki.jfrog.org/confluence/display/RTF/User+Plugins
Apache License 2.0
368 stars 467 forks source link

Added properly formatted password to fix artifact cleanup test #446

Closed Turhsus closed 1 year ago

Turhsus commented 1 year ago

Passwords need to pass some certain security requirements. If they don't, they cause the users to not be created giving us a 404 when attempting to delete those resources.

Added properly formatted passwords, and the tests pass.