Fix linting errors
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
2e43b4165f
commit
b1ba4f6174
1 changed files with 3 additions and 6 deletions
|
@ -3,12 +3,9 @@ import { test as setup } from "@playwright/test";
|
||||||
|
|
||||||
import { importRealm } from "./admin-client";
|
import { importRealm } from "./admin-client";
|
||||||
import groupsRealm from "./realms/groups-realm.json" assert { type: "json" };
|
import groupsRealm from "./realms/groups-realm.json" assert { type: "json" };
|
||||||
import resourcesRealm from "./realms/resources-realm.json" assert { type:
|
import resourcesRealm from "./realms/resources-realm.json" assert { type: "json" };
|
||||||
"json" };
|
import userProfileRealm from "./realms/user-profile-realm.json" assert { type: "json" };
|
||||||
import userProfileRealm from "./realms/user-profile-realm.json" assert { type:
|
import verifiableCredentialsRealm from "./realms/verifiable-credentials-realm.json" assert { type: "json" };
|
||||||
"json" };
|
|
||||||
import verifiableCredentialsRealm from "./realms/verifiable-credentials-realm.json" assert { type:
|
|
||||||
"json" };
|
|
||||||
|
|
||||||
setup("import realm", async () => {
|
setup("import realm", async () => {
|
||||||
await importRealm(groupsRealm as RealmRepresentation);
|
await importRealm(groupsRealm as RealmRepresentation);
|
||||||
|
|
Loading…
Reference in a new issue