mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Fix flake8 lint errors
This commit is contained in:
@@ -38,12 +38,14 @@ class ListRepo4Test(BaseTest):
|
||||
]
|
||||
runCmd = "aptly repo list -raw"
|
||||
|
||||
|
||||
class ListRepo5Test(BaseTest):
|
||||
"""
|
||||
list local repo: json no repos
|
||||
"""
|
||||
runCmd = "aptly repo list -json"
|
||||
|
||||
|
||||
class ListRepo6Test(BaseTest):
|
||||
"""
|
||||
list local repo: json normal
|
||||
|
||||
@@ -205,7 +205,7 @@ class SnapshotsAPITestCreateDelete(APITest):
|
||||
"Architectures": ["i386"],
|
||||
"Sources": [{"Name": snap2}],
|
||||
"Signing": DefaultSigningOptions,
|
||||
}
|
||||
}
|
||||
)
|
||||
self.check_equal(resp.json()['State'], 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user