Use service.project.domain instead of project-service.domain
This commit is contained in:
parent
0a7f9b5a71
commit
5c16860486
3 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@ func TestDockerGetFrontendName(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
expected: "Host-foo-bar-docker-localhost",
|
||||
expected: "Host-bar-foo-docker-localhost",
|
||||
},
|
||||
{
|
||||
container: docker.ContainerJSON{
|
||||
|
@ -159,7 +159,7 @@ func TestDockerGetFrontendRule(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
expected: "Host:foo-bar.docker.localhost",
|
||||
expected: "Host:bar.foo.docker.localhost",
|
||||
},
|
||||
{
|
||||
container: docker.ContainerJSON{
|
||||
|
@ -235,7 +235,7 @@ func TestDockerGetBackend(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
expected: "foo-bar",
|
||||
expected: "bar-foo",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue