worker: Make BasePath configurable
This commit is contained in:
parent
6ce20a9ef6
commit
ce7ac9a756
11 changed files with 106 additions and 25 deletions
|
|
@ -57,7 +57,7 @@ func createBaseWorkersFixture(tmpdir string) *worker.Server {
|
|||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return worker.NewServer(nil, q, "")
|
||||
return worker.NewServer(nil, q, "", "/api/worker/v1")
|
||||
}
|
||||
|
||||
func createBaseDepsolveFixture() []rpmmd.PackageSpec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue