mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:22:51 +08:00
Identity: extend k8s user.Info (#90937)
This commit is contained in:
@ -586,7 +586,8 @@ func TestDataSourceProxy_routeRule(t *testing.T) {
|
||||
&contextmodel.ReqContext{
|
||||
SignedInUser: &user.SignedInUser{
|
||||
Login: "test_user",
|
||||
NamespacedID: identity.MustParseTypedID("user:1"),
|
||||
FallbackType: identity.TypeUser,
|
||||
UserID: 1,
|
||||
},
|
||||
},
|
||||
&setting.Cfg{SendUserHeader: true},
|
||||
|
Reference in New Issue
Block a user