Skip to content

Commit f06c102

Browse files
committed
fix(tests): faker moved api
1 parent 3e717c1 commit f06c102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mocks/api/github/rest/users/listGpgKeysForUser.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default async function({faker}, target, that, [{username}]) {
1111
},
1212
data: [
1313
{
14-
key_id: faker.datatype.hexaDecimal(16),
14+
key_id: faker.datatype.hexadecimal(16),
1515
raw_key: "-----BEGIN PGP PUBLIC KEY BLOCK-----\n(dummy content)\n-----END PGP PUBLIC KEY BLOCK-----",
1616
emails: [
1717
{

0 commit comments

Comments
 (0)