File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ test("getting members of a group", async () => {
31
31
}
32
32
} ) ;
33
33
34
- test ( "inviting users to tenant" , async ( ) => {
34
+ test ( "inviting users to tenant" , { timeout : 60000 } , async ( ) => {
35
35
const token = await createJwt ( ) ;
36
36
const response = await fetch ( `${ baseEndpoint } /api/v1/iam/inviteUsers` , {
37
37
method : "POST" ,
@@ -53,7 +53,7 @@ test("inviting users to tenant", async () => {
53
53
54
54
test ( "getting group roles" , async ( ) => {
55
55
const token = await createJwt ( ) ;
56
- const response = await fetch ( `${ baseEndpoint } /api/v1/iam/group /0/roles` , {
56
+ const response = await fetch ( `${ baseEndpoint } /api/v1/iam/groups /0/roles` , {
57
57
method : "GET" ,
58
58
headers : {
59
59
Authorization : `Bearer ${ token } ` ,
You can’t perform that action at this time.
0 commit comments