mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix: failing user.test on gravatar url
This commit is contained in:
parent
93aa34256e
commit
2a1bcdf937
@ -9,7 +9,7 @@ test('should create user', t => {
|
||||
t.is(user.email, 'some@email.com');
|
||||
t.is(
|
||||
user.imageUrl,
|
||||
'//www.gravatar.com/avatar/d8ffeba65ee5baf57e4901690edc8e1b?s=42&d=retro'
|
||||
'https://gravatar.com/avatar/d8ffeba65ee5baf57e4901690edc8e1b?size=42&default=retro'
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user