diff --git a/pkg/modules/auth/openid/openid_test.go b/pkg/modules/auth/openid/openid_test.go index ea9b6fa22..a0393dc7e 100644 --- a/pkg/modules/auth/openid/openid_test.go +++ b/pkg/modules/auth/openid/openid_test.go @@ -129,7 +129,7 @@ func TestGetOrCreateUser(t *testing.T) { }, false) db.AssertExists(t, "teams", map[string]interface{}{ "id": oidcTeams, - "name": team, + "name": team + " (OIDC)", }, false) })