mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Fix syntax error
This commit is contained in:
@@ -172,7 +172,8 @@ class PublishSnapshotAPITest(APITest):
|
||||
'SourceKind': 'snapshot',
|
||||
'Sources': [{'Component': 'main', 'Name': snapshot_name}],
|
||||
'Storage': '',
|
||||
'Suite': ''})
|
||||
'Suite': '',
|
||||
}
|
||||
all_repos = self.get("/api/publish")
|
||||
self.check_equal(all_repos.status_code, 200)
|
||||
self.check_in(repo_expected, all_repos.json())
|
||||
|
||||
Reference in New Issue
Block a user