Skip to content

Commit d7e6412

Browse files
author
Matthew Fisher
committed
test(logger): update functional tests
1 parent 6b66b29 commit d7e6412

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

logger/tests/logger_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ func TestLogger(t *testing.T) {
3131
"--name", name,
3232
"--rm",
3333
"-p", port+":514/udp",
34-
"-e", "EXTERNAL_PORT="+port,
35-
"-e", "HOST="+host,
36-
"-e", "ETCD_PORT="+etcdPort,
37-
imageName)
34+
imageName,
35+
"--publish",
36+
"--log-port="+port,
37+
"--publish-host="+host,
38+
"--publish-port="+etcdPort)
3839
}()
3940
dockercli.PrintToStdout(t, stdout, stdoutPipe, "deis-logger running")
4041
if err != nil {

0 commit comments

Comments
 (0)