From cce8778e20a98686eef8a23657f996dc1aa4b4d5 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 9 Dec 2025 10:07:02 +0100 Subject: [PATCH] groupware: fix failing pkg/jscontact unit tests --- pkg/jscontact/jscontact_model_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/jscontact/jscontact_model_test.go b/pkg/jscontact/jscontact_model_test.go index 41e348f70d..684bf69556 100644 --- a/pkg/jscontact/jscontact_model_test.go +++ b/pkg/jscontact/jscontact_model_test.go @@ -410,7 +410,7 @@ func TestPhone(t *testing.T) { "features": { "text": true, "main-number": true, - "mobile": true, + "cell": true, "video": true, "voice": true },