fix typo in test accounts api validators
This commit is contained in:
parent
4afcdcfad8
commit
926cd3df33
|
@ -10,7 +10,7 @@ import {
|
||||||
} from '../../../../shared/utils/requests/check-api-params'
|
} from '../../../../shared/utils/requests/check-api-params'
|
||||||
import { getAccount } from '../../../../shared/utils/users/accounts'
|
import { getAccount } from '../../../../shared/utils/users/accounts'
|
||||||
|
|
||||||
describe('Test users API validators', function () {
|
describe('Test accounts API validators', function () {
|
||||||
const path = '/api/v1/accounts/'
|
const path = '/api/v1/accounts/'
|
||||||
let server: ServerInfo
|
let server: ServerInfo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue