From 4a03da22adc55343104b93d33d25c1c0d4be0701 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 29 Feb 2024 16:55:31 -0500 Subject: [PATCH] Run codespell on code Signed-off-by: Daniel J Walsh --- test/apiv2/20-containers.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/apiv2/20-containers.at b/test/apiv2/20-containers.at index c30f848256..7754a96c9a 100644 --- a/test/apiv2/20-containers.at +++ b/test/apiv2/20-containers.at @@ -527,7 +527,7 @@ t GET containers/$cid/json 200 \ t DELETE containers/$cid?v=true 204 -# test create container like Docker >= 25 cli: NetworkMode="default" but EndpointsConfig struct is explictly set and netns="host" +# test create container like Docker >= 25 cli: NetworkMode="default" but EndpointsConfig struct is explicitly set and netns="host" t POST containers/create \ Image=$IMAGE \ HostConfig='{"NetworkMode":"default"}' \