We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da730ce commit 1469f30Copy full SHA for 1469f30
1 file changed
singularity/tests/test_client.py
@@ -67,7 +67,7 @@ def test_commands(self):
67
print("...Case 1: Testing naming pull by image name")
68
image = self.cli.pull("shub://vsoch/singularity-images", pull_folder=self.tmpdir)
69
self.assertTrue(os.path.exists(image))
70
- self.assertTrue('vsoch-singularity-images-master-latest' in image)
+ self.assertTrue('vsoch-singularity-images-master' in image)
71
print(image)
72
os.remove(image)
73
0 commit comments