diff --git a/packages/server/src/middleware/tests/__snapshots__/authenticated.spec.js.snap b/packages/server/src/middleware/tests/__snapshots__/authenticated.spec.js.snap index 1583ecb51f..117dc37e29 100644 --- a/packages/server/src/middleware/tests/__snapshots__/authenticated.spec.js.snap +++ b/packages/server/src/middleware/tests/__snapshots__/authenticated.spec.js.snap @@ -3,7 +3,6 @@ exports[`Authenticated middleware sets the correct APP auth type information when the user is not in the builder 1`] = ` Object { "apiKey": "1234", - "appId": "budibase:app:local", "role": Role { "_id": "ADMIN", "inherits": "POWER", @@ -17,7 +16,6 @@ Object { exports[`Authenticated middleware sets the correct BUILDER auth type information when the x-budibase-type header is not 'client' 1`] = ` Object { "apiKey": "1234", - "appId": "budibase:builder:local", "role": Role { "_id": "BUILDER", "name": "Builder",