moby--moby/integration/system
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
..
cgroupdriver_systemd_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
event_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
info_linux_test.go integration-cli: migrate some "info" tests to integration 2019-10-22 00:11:52 +02:00
info_test.go Disable tests missed by PR 40155 2019-11-11 18:54:21 +00:00
login_test.go TestLoginFailsWithBadCredentials: prepare for Go 1.14 changes 2020-02-10 19:05:12 +01:00
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
ping_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
version_test.go Integration: use testenv.APIClient() 2019-01-03 11:53:41 +01:00