From e0873dee3899e01ab7fbac0043348cf3a0966ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 19 May 2023 10:59:37 +0200 Subject: [PATCH] fix typo (#6352) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- services/graph/pkg/service/v0/password_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graph/pkg/service/v0/password_test.go b/services/graph/pkg/service/v0/password_test.go index 4a92da952b..fea072f399 100644 --- a/services/graph/pkg/service/v0/password_test.go +++ b/services/graph/pkg/service/v0/password_test.go @@ -56,7 +56,7 @@ var _ = Describe("Users changing their own password", func() { UserIDAttribute: "ownclouduuid", UserSearchScope: "sub", GroupNameAttribute: "cn", - GroupIDAttribute: "ownclouduui", + GroupIDAttribute: "ownclouduuid", GroupSearchScope: "sub", } loggger := log.NewLogger()