Commit 654824df authored by Kushal Pandya's avatar Kushal Pandya Committed by Mario de la Ossa

Remove gravatar URLs for unnecessary network request during tests

parent fd47fa51
...@@ -14,7 +14,7 @@ export const mockParticipants = [ ...@@ -14,7 +14,7 @@ export const mockParticipants = [
name: 'Administrator', name: 'Administrator',
username: 'root', username: 'root',
state: 'active', state: 'active',
avatar_url: 'https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon', avatar_url: '',
web_url: 'http://127.0.0.1:3001/root', web_url: 'http://127.0.0.1:3001/root',
}, },
{ {
...@@ -22,7 +22,7 @@ export const mockParticipants = [ ...@@ -22,7 +22,7 @@ export const mockParticipants = [
name: 'Susy Johnson', name: 'Susy Johnson',
username: 'tana_harvey', username: 'tana_harvey',
state: 'active', state: 'active',
avatar_url: 'https://www.gravatar.com/avatar/e021a7b0f3e4ae53b5068d487e68c031?s=80&d=identicon', avatar_url: '',
web_url: 'http://127.0.0.1:3001/tana_harvey', web_url: 'http://127.0.0.1:3001/tana_harvey',
}, },
]; ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment