fix(tests): faker deprecations

This commit is contained in:
lowlighter
2022-08-28 10:28:46 -04:00
parent c895cb042d
commit 3afec27821
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ export default function({faker, url, options, login = faker.internet.userName()}
data: {
data: {
profile_image_url: faker.image.people(),
name: faker.name.findName(),
name: faker.name.fullName(),
verified: faker.datatype.boolean(),
id: faker.datatype.number(1000000).toString(),
username,