mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 14:37:56 +00:00
Update tests to reflect new AuthConfig
This commit is contained in:
@@ -432,7 +432,7 @@ func (r *Registry) ResetClient(authConfig *auth.AuthConfig) {
|
||||
func (r *Registry) GetAuthConfig() *auth.AuthConfig {
|
||||
return &auth.AuthConfig{
|
||||
Username: r.authConfig.Username,
|
||||
Email: r.authConfig.Password,
|
||||
Email: r.authConfig.Email,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user