Update tests to reflect new AuthConfig

This commit is contained in:
Guillaume J. Charmes 2013-05-15 17:31:11 -07:00
parent 0933aa4424
commit 5e6d1a0d56
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}