Commit 233ef799 authored by Alain Takoudjou's avatar Alain Takoudjou

slapos/testing: fix tests after commit 2e5320ef

parent 44f4f01e
......@@ -124,7 +124,7 @@ class TestCheckSoftwareLDD(SlapOSStandaloneTestCase):
software_url = self._install_software(environment=environment)
with self.assertRaisesRegex(
RuntimeError,
'Software hash present in signature',
'Shared part is referencing non shared part or software',
):
checkSoftware(self.standalone, software_url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment