Skip to content

Commit

Permalink
[Server Integration tests] Enrich integration GraphQL API tests #2 (#…
Browse files Browse the repository at this point in the history
…7978)

This PR was created by [GitStart](https://gitstart.com/) to address the
requirements from this ticket:
[TWNTY-7526](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7526).

 --- 

### Description

For workspace members, the deletion of multiple members is a special
case that is not permitted by the method for regular users. As a result,
we ensure that multiple deletions are not processed.

For certain tests, both an account ID and a user ID are required. We are
utilizing Tim's account for all testing purposes, as specified by the
token in `jest-integration.config.ts`. To streamline this process, we
have defined a constant to store and reference the account ID and user
ID during testing.Refs

#7526

### Dem


![](https://assets-service.gitstart.com/16336/4df04650-70ff-4eb6-b43f-25edecc8e66f.png)

Co-authored-by: gitstart-twenty <[email protected]>
  • Loading branch information
gitstart-app[bot] and gitstart-twenty authored Oct 24, 2024
1 parent 0a28c15 commit 5ad8ff8
Show file tree
Hide file tree
Showing 8 changed files with 3,129 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const TIM_ACCOUNT_ID = '20202020-0687-4c41-b707-ed1bfca972a7';

export const TIM_USER_ID = '20202020-9e3b-46d4-a556-88b9ddc2b034';
Loading

0 comments on commit 5ad8ff8

Please sign in to comment.