Skip to content

Commit 99c1281

Browse files
Auto-update feature branch with changes from the main branch
2 parents 232f27c + fa72249 commit 99c1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live/iam.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test("getting groups", { timeout: 10000 }, async () => {
3737
test("getting members of a group", async () => {
3838
const token = await createJwt();
3939
const response = await fetch(
40-
`${baseEndpoint}/api/v1/iam/groups/dbe18eb2-9675-46c4-b1ef-749a6db4fedd`,
40+
`${baseEndpoint}/api/v1/iam/groups/ff25ec56-6a33-420d-bdb0-51d8a3920e46`,
4141
{
4242
method: "GET",
4343
headers: {

0 commit comments

Comments
 (0)