mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use prefix naming for port tests
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
b6325907e9
commit
6e8c9e7bee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestListPorts(t *testing.T) {
|
||||
func TestPortList(t *testing.T) {
|
||||
// one port
|
||||
runCmd := exec.Command(dockerBinary, "run", "-d", "-p", "9876:80", "busybox", "top")
|
||||
out, _, err := runCommandWithOutput(runCmd)
|
||||
|
|
Loading…
Reference in a new issue