PromucFlow_constructor/app/client/cypress/fixtures/user.json

15 lines
373 B
JSON
Raw Normal View History

{
"accountNonExpired": true,
"accountNonLocked": true,
"credentialsNonExpired": true,
"email": "test@appsmith.com",
"emptyInstance": false,
"enableTelemetry": false,
"isAnonymous": false,
"isConfigurable": true,
"isEnabled": true,
"isSuperUser": true,
"name": "test",
"workspaceIds": ["61a8a112ccc8b629d92a1aad"],
"username": "test@appsmith.com"
}