Use prefix naming for inspect tests
Signed-off-by: Alexandr Morozov <lk4d4@docker.com> Upstream-commit: 3812a6a8466f639cfd538c05c3ff2730a70b1440 Component: engine
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user