Enable URLs returned from the registry to be configured as relative.
Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ var (
|
||||
Addr: "remote.test",
|
||||
InstanceID: uuid.Generate().String(),
|
||||
}
|
||||
ub = mustUB(v2.NewURLBuilderFromString("http://test.example.com/"))
|
||||
ub = mustUB(v2.NewURLBuilderFromString("http://test.example.com/", false))
|
||||
|
||||
actor = ActorRecord{
|
||||
Name: "test",
|
||||
|
Reference in New Issue
Block a user