Skip to content

Commit 0bf5a5f

Browse files
committed
remove arg
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent ce840dd commit 0bf5a5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

singularity/tests/test_reproduce.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def test_extract_guts(self):
130130
levels = get_levels()
131131
file_obj,tar = get_image_tar(self.image1)
132132
guts = extract_guts(image_path=self.image1,
133-
tar=tar,
134133
file_filter=levels['REPLICATE'])
135134
for key in ['root_owned','sizes','hashes']:
136135
self.assertTrue(key in guts)

0 commit comments

Comments
 (0)