forked from remote/oauth2
made some changes
This commit is contained in:
@@ -28,8 +28,7 @@ func setTime(testTime time.Time) func() time.Time {
|
||||
|
||||
func setEnvironment(env map[string]string) func(string) string {
|
||||
return func(key string) string {
|
||||
value, _ := env[key]
|
||||
return value
|
||||
return env[key]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user