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 Add canonical import comment 2018-02-05 16:51:57 -05:00
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 Integration: use testenv.APIClient() 2019-01-03 11:53:41 +01:00