mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +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
|
# publishing under root, custom distribution, architectures
|
||||||
distribution = self.random_name()
|
distribution = self.random_name()
|
||||||
resp = self.post("/api/publish",
|
resp = self.post("/api/publish/:.",
|
||||||
json={
|
json={
|
||||||
"SourceKind": "local",
|
"SourceKind": "local",
|
||||||
"Sources": [{"Name": repo_name}],
|
"Sources": [{"Name": repo_name}],
|
||||||
|
|||||||
Reference in New Issue
Block a user