mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Publish under root using :. explicit prefix. #339
This commit is contained in:
@@ -61,7 +61,7 @@ class PublishAPITestRepo(APITest):
|
||||
|
||||
# publishing under root, custom distribution, architectures
|
||||
distribution = self.random_name()
|
||||
resp = self.post("/api/publish",
|
||||
resp = self.post("/api/publish/:.",
|
||||
json={
|
||||
"SourceKind": "local",
|
||||
"Sources": [{"Name": repo_name}],
|
||||
|
||||
Reference in New Issue
Block a user