We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80baee5 commit 51d2125Copy full SHA for 51d2125
tests/integration_test.py
@@ -79,7 +79,7 @@ def setup_module():
79
c.inspect_image(BUSYBOX)
80
except NotFound:
81
os.write(2, "\npulling busybox\n".encode('utf-8'))
82
- for data in c.pull('busybox', stream=True):
+ for data in c.pull(BUSYBOX, stream=True):
83
data = json.loads(data.decode('utf-8'))
84
os.write(2, ("%c[2K\r" % 27).encode('utf-8'))
85
status = data.get("status")
0 commit comments