|
@@ -10,6 +10,7 @@ import (
|
|
|
|
|
|
// Test case for #22244
|
|
// Test case for #22244
|
|
func (s *DockerSuite) TestAuthApi(c *check.C) {
|
|
func (s *DockerSuite) TestAuthApi(c *check.C) {
|
|
|
|
+ testRequires(c, Network)
|
|
config := types.AuthConfig{
|
|
config := types.AuthConfig{
|
|
Username: "no-user",
|
|
Username: "no-user",
|
|
Password: "no-password",
|
|
Password: "no-password",
|