1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/image
Sebastiaan van Stijn 9c49308cce
integration: change container.Create signature to fix linting
```
Line 25: warning: context.Context should be the first parameter of a function (golint)
Line 44: warning: context.Context should be the first parameter of a function (golint)
Line 52: warning: context.Context should be the first parameter of a function (golint)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit b4c46b0dac)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-23 18:20:48 +02:00
..
commit_test.go integration: change container.Create signature to fix linting 2019-09-23 18:20:48 +02:00
import_test.go Replace t.Fatal(err) with assert.NilError(err) 2019-01-13 21:36:25 +00:00
list_test.go Skip TestImagesFilterMultiReference on API < v1.40 2019-05-13 15:26:22 -07:00
main_test.go
pull_test.go Add regression tests for invalid platform status codes 2019-09-16 15:37:47 +02:00
remove_test.go integration: change container.Create signature to fix linting 2019-09-23 18:20:48 +02:00
tag_test.go