Use service.project.domain instead of project-service.domain

This commit is contained in:
tcoupin 2017-03-09 22:27:09 +01:00 committed by Emile Vauge
parent 0a7f9b5a71
commit 5c16860486
No known key found for this signature in database
GPG key ID: D808B4C167352E59
3 changed files with 6 additions and 6 deletions

View file

@ -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",
},
}