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 groupsRealm from "./realms/groups-realm.json" assert { type: "json" };
|
||||
import resourcesRealm from "./realms/resources-realm.json" assert { type:
|
||||
"json" };
|
||||
import userProfileRealm from "./realms/user-profile-realm.json" assert { type:
|
||||
"json" };
|
||||
import verifiableCredentialsRealm from "./realms/verifiable-credentials-realm.json" assert { type:
|
||||
"json" };
|
||||
import resourcesRealm from "./realms/resources-realm.json" assert { type: "json" };
|
||||
import userProfileRealm from "./realms/user-profile-realm.json" assert { type: "json" };
|
||||
import verifiableCredentialsRealm from "./realms/verifiable-credentials-realm.json" assert { type: "json" };
|
||||
|
||||
setup("import realm", async () => {
|
||||
await importRealm(groupsRealm as RealmRepresentation);
|
||||
|
|
Loading…
Reference in a new issue