We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fc5df commit fa72249Copy full SHA for fa72249
tests/live/iam.test.ts
@@ -37,7 +37,7 @@ test("getting groups", { timeout: 10000 }, async () => {
37
test("getting members of a group", async () => {
38
const token = await createJwt();
39
const response = await fetch(
40
- `${baseEndpoint}/api/v1/iam/groups/dbe18eb2-9675-46c4-b1ef-749a6db4fedd`,
+ `${baseEndpoint}/api/v1/iam/groups/ff25ec56-6a33-420d-bdb0-51d8a3920e46`,
41
{
42
method: "GET",
43
headers: {
0 commit comments