Commit a5248de0 authored by Paul Graydon's avatar Paul Graydon

slapos/cli: Fixup binary-sr tests

parent f51aaa47
Pipeline #37639 failed with stage
in 0 seconds
...@@ -142,7 +142,7 @@ class TestCliCacheBinarySr(CliMixin): ...@@ -142,7 +142,7 @@ class TestCliCacheBinarySr(CliMixin):
signature_certificate_list=self.sign_cert_list)) signature_certificate_list=self.sign_cert_list))
self.logger.info.assert_any_call( self.logger.info.assert_any_call(
'Software release not found in binary cache: this_is_uncached_url') 'Software release not found in binary cache: %s', 'this_is_uncached_url')
def test_bad_cache_dir(self): def test_bad_cache_dir(self):
self.assertEqual(1, cache_binarysr_do_lookup( self.assertEqual(1, cache_binarysr_do_lookup(
......
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