Browse Source

integration: remove deprecated endpoint test

`/containers/<name>/copy` endpoint was deprecated in 1.8 and errors
since 1.12. See https://github.com/moby/moby/pull/22149 for more info.

Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>
Roman Volosatovs 3 years ago
parent
commit
a34d804572
1 changed files with 0 additions and 1 deletions
  1. 0 1
      integration/container/container_test.go

+ 0 - 1
integration/container/container_test.go

@@ -13,7 +13,6 @@ func TestContainerInvalidJSON(t *testing.T) {
 	defer setupTest(t)()
 	defer setupTest(t)()
 
 
 	endpoints := []string{
 	endpoints := []string{
-		"/containers/foobar/copy",
 		"/containers/foobar/exec",
 		"/containers/foobar/exec",
 		"/exec/foobar/start",
 		"/exec/foobar/start",
 	}
 	}