Fix linting errors

This commit is contained in:
Lorenzo Bolla
2022-02-08 09:03:06 +01:00
parent 1361bf20dd
commit e8ec6385f3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ class CreateMirror31Test(BaseTest):
create mirror: repo with Release + Release.gpg verification (internal GPG implementation)
"""
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch"
configOverride = {"gpgProvider": "internal", "max-tries": 1 }
configOverride = {"gpgProvider": "internal", "max-tries": 1}
fixtureGpg = True
def outputMatchPrepare(self, s):