diff --git a/packages/server/modules/notifications/tests/activityDigest.spec.ts b/packages/server/modules/notifications/tests/activityDigest.spec.ts index ff5e4d20c..4c7cf2798 100644 --- a/packages/server/modules/notifications/tests/activityDigest.spec.ts +++ b/packages/server/modules/notifications/tests/activityDigest.spec.ts @@ -49,7 +49,8 @@ describe('Activity digest notifications @notifications', () => { canonicalUrl: 'this would be localhost:// or whatever', completed: false, inviteOnly: true, - version: 'testing 1 2 3' + version: 'testing 1 2 3', + guestModeEnabled: false } const topic: DigestTopic = { diff --git a/utils/helm/speckle-server/values.schema.json b/utils/helm/speckle-server/values.schema.json index b9491a413..850a6e2ba 100644 --- a/utils/helm/speckle-server/values.schema.json +++ b/utils/helm/speckle-server/values.schema.json @@ -97,11 +97,6 @@ "description": "This maximum size of any single file (unit is Megabytes) that can be uploaded to Speckle", "default": 100 }, - "serverGuestsEnabled": { - "type": "boolean", - "description": "Enables users to join the server as Guests, having limiter permissions", - "default": false - }, "enable_prometheus_monitoring": { "type": "boolean", "description": "If enabled, Speckle deploys a Prometheus ServiceMonitor resource",