Skip to content

Commit a34d804

Browse files
author
Roman Volosatovs
committed
integration: remove deprecated endpoint test
`/containers/<name>/copy` endpoint was deprecated in 1.8 and errors since 1.12. See moby#22149 for more info. Signed-off-by: Roman Volosatovs <[email protected]>
1 parent dd01abf commit a34d804

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

integration/container/container_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ func TestContainerInvalidJSON(t *testing.T) {
1313
defer setupTest(t)()
1414

1515
endpoints := []string{
16-
"/containers/foobar/copy",
1716
"/containers/foobar/exec",
1817
"/exec/foobar/start",
1918
}

0 commit comments

Comments
 (0)