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>
This commit is contained in:
Roman Volosatovs 2021-07-26 22:35:45 +02:00
parent dd01abf9bf
commit a34d804572
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

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