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 b4c46b0dac
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>
2019-06-07 13:04:44 +02:00
..
commit_test.go integration: change container.Create signature to fix linting 2019-06-07 13:04:44 +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-04-24 17:52:21 -07:00
main_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remove_test.go integration: change container.Create signature to fix linting 2019-06-07 13:04:44 +02:00
tag_test.go Integration: use testenv.APIClient() 2019-01-03 11:53:41 +01:00