From 379b0b24b3db0fc1654c46192cd03c73f77ddc83 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 2 Mar 2024 15:38:01 +0100 Subject: [PATCH] fix(auth): test assertion --- pkg/modules/auth/openid/openid_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })