← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ilasc/launchpad:flake8-f507 into launchpad:master

 

Ioana Lasc has proposed merging ~ilasc/launchpad:flake8-f507 into launchpad:master.

Commit message:
flake8: fix F507

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/406636
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/launchpad:flake8-f507 into launchpad:master.
diff --git a/lib/lp/archivepublisher/tests/test_signing.py b/lib/lp/archivepublisher/tests/test_signing.py
index f13ba3a..505b937 100644
--- a/lib/lp/archivepublisher/tests/test_signing.py
+++ b/lib/lp/archivepublisher/tests/test_signing.py
@@ -2139,7 +2139,7 @@ class TestSigningUploadWithSigningService(TestSigningHelpers):
 
         self.assertIn(
             "INFO Skipping injection for key type UEFI: "
-            "not in %s" % ['SIPL', 'OPAL'],
+            "not in ['SIPL', 'OPAL']",
             log_content)
 
     def test_fallback_skips_key_injection_for_existing_keys(self):