0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(test): fix import file path (#2911)

This commit is contained in:
wangsijie 2023-01-11 16:05:08 +08:00 committed by GitHub
parent 701bd1b16d
commit 836a147194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import { adminConsoleAdminRoleId } from '@logto/schemas';
import { HTTPError } from 'got';
import { assignRolesToUser, getUserRoles, deleteRoleFromUser } from '#src/api/index.js';
import { createUserByAdmin } from '#src/helpers.js';
import { createUserByAdmin } from '#src/helpers/index.js';
describe('admin console user management (roles)', () => {
it('should get empty list successfully', async () => {