Skip to content

Commit 58d4a39

Browse files
committed
modified: singularity/tests/test_client.py
1 parent 69114db commit 58d4a39

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

singularity/tests/test_client.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ def test_commands(self):
8282
print(result)
8383
self.assertTrue('bin\nboot\ndev' in result)
8484

85-
print("Testing client.inspect command")
86-
result = self.cli.inspect(container,quiet=True)
87-
labels = json.loads(result)
88-
self.assertTrue('data' in labels)
89-
os.remove(container)
90-
91-
9285

9386
if __name__ == '__main__':
9487
unittest.main()

0 commit comments

Comments
 (0)