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:
parent
701bd1b16d
commit
836a147194
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue