andrey-pohilko / registry-cli

Scripts for easy manipulation of docker-registry from command line (and from scripts)
GNU General Public License v3.0
895 stars 216 forks source link

Fix test.py to reflect --plain #118

Closed jylitalo closed 8 months ago

jylitalo commented 8 months ago

test.py broke, when PR #109 was merged, because original PR assumed that we have global args variable. I've simply added plain attribute to function calls, where we need args.plainand made test.py to reflect these changes.