Browse Source

Use prefix naming for inspect tests

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Alexandr Morozov 11 years ago
parent
commit
3812a6a846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration-cli/docker_api_inspect_test.go

+ 1 - 1
integration-cli/docker_api_inspect_test.go

@@ -7,7 +7,7 @@ import (
 	"testing"
 	"testing"
 )
 )
 
 
-func TestInspectContainerResponse(t *testing.T) {
+func TestInspectApiContainerResponse(t *testing.T) {
 	runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
 	runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
 	out, _, err := runCommandWithOutput(runCmd)
 	out, _, err := runCommandWithOutput(runCmd)
 	errorOut(err, t, fmt.Sprintf("failed to create a container: %v %v", out, err))
 	errorOut(err, t, fmt.Sprintf("failed to create a container: %v %v", out, err))