Skip to content

Commit

Permalink
Merge pull request #21892 from rhatdan/codespell
Browse files Browse the repository at this point in the history
[SKIP-ci] Run codespell on code
  • Loading branch information
openshift-merge-bot[bot] committed Mar 1, 2024
2 parents b736c46 + 4a03da2 commit 38546de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apiv2/20-containers.at
Original file line number Diff line number Diff line change
Expand Up @@ -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"}' \
Expand Down

0 comments on commit 38546de

Please sign in to comment.