1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Sebastiaan van Stijn e55bff541e
TestLoginFailsWithBadCredentials: prepare for Go 1.14 changes
Go 1.14 adds quotes around the url in the error returned:

    === FAIL: arm64.integration.system TestLoginFailsWithBadCredentials (0.27s)
        TestLoginFailsWithBadCredentials: login_test.go:27: assertion failed: expected error "Error response from daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password", got "Error response from daemon: Get \"https://registry-1.docker.io/v2/\": unauthorized: incorrect username or password"
            Error response from daemon: Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-10 19:05:12 +01:00
..
build builder: remove legacy build's session handling 2019-10-02 20:29:15 +00:00
config testutil: make testing packages public 2019-09-11 07:47:23 -05:00
container Check tmpfs mounts before create anon volume 2020-02-04 10:12:05 -08:00
image Make sure that layers are removed from layerdb after succefull layer removal 2019-11-28 20:06:09 +02:00
internal Check tmpfs mounts before create anon volume 2020-02-04 10:12:05 -08:00
network Bump swarmkit to 24fb4cfe8af56803640180c5592bf32da732ced2 2020-01-07 09:43:22 -06:00
plugin Check for OS Type and skip within the test 2019-11-07 22:42:20 +00:00
secret testutil: make testing packages public 2019-09-11 07:47:23 -05:00
service Add swarm jobs 2020-01-13 13:21:12 -06:00
session testutil: make testing packages public 2019-09-11 07:47:23 -05:00
system TestLoginFailsWithBadCredentials: prepare for Go 1.14 changes 2020-02-10 19:05:12 +01:00
testdata/https
volume Testcase: Change time comparison logic. 2019-12-10 20:10:28 +08:00
doc.go