|
|
|
@ -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", |
|
|
|
|