Skip to content

Commit 51d2125

Browse files
committed
Pull correct version of busybox in integration tests
Signed-off-by: Joffrey F <[email protected]>
1 parent 80baee5 commit 51d2125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def setup_module():
7979
c.inspect_image(BUSYBOX)
8080
except NotFound:
8181
os.write(2, "\npulling busybox\n".encode('utf-8'))
82-
for data in c.pull('busybox', stream=True):
82+
for data in c.pull(BUSYBOX, stream=True):
8383
data = json.loads(data.decode('utf-8'))
8484
os.write(2, ("%c[2K\r" % 27).encode('utf-8'))
8585
status = data.get("status")

0 commit comments

Comments
 (0)