Skip to content

Commit

Permalink
✅Fixed compilation of the UserApi for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov authored and ericlinagora committed Jul 11, 2024
1 parent e628c68 commit 725c9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdrive/backend/node/test/e2e/common/user-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { DriveFileAccessLevel, publicAccessLevel } from "../../../src/services/d
import { UserQuota } from "../../../src/services/user/web/types";
import { Api } from "../utils.api";
import { OidcJwtVerifier } from "../../../src/services/console/clients/remote-jwks-verifier";
import { Response } from "light-my-request";

/** The UserApi is an abstraction for E2E tests that
* represents the high level actions a user can take
Expand Down

0 comments on commit 725c9a6

Please sign in to comment.