mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use prefix naming for inspect tests
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
9720078f9e
commit
3812a6a846
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestInspectContainerResponse(t *testing.T) {
|
||||
func TestInspectApiContainerResponse(t *testing.T) {
|
||||
runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
|
||||
out, _, err := runCommandWithOutput(runCmd)
|
||||
errorOut(err, t, fmt.Sprintf("failed to create a container: %v %v", out, err))
|
||||
|
|
Loading…
Reference in a new issue