fix typo in test accounts api validators

This commit is contained in:
Josh Morel 2019-01-28 05:45:40 -05:00 committed by Chocobozzz
parent 4afcdcfad8
commit 926cd3df33

View File

@ -10,7 +10,7 @@ import {
} from '../../../../shared/utils/requests/check-api-params'
import { getAccount } from '../../../../shared/utils/users/accounts'
describe('Test users API validators', function () {
describe('Test accounts API validators', function () {
const path = '/api/v1/accounts/'
let server: ServerInfo