Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Last adjustments for the anitya tests
  • Loading branch information
pypingou committed Jul 6, 2016
1 parent bff4942 commit 0f42d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedmsg_meta_fedora_infrastructure/tests/anitya.py
Expand Up @@ -38,10 +38,10 @@ class TestNewDistro(Base):
expected_icon = "https://apps.fedoraproject.org/packages/" + \
"images/icons/package_128x128.png"
expected_secondary_icon = "https://seccdn.libravatar.org/avatar/" + \
"e202b61fca3f40ccc4c790d4ecf6ed42" + \
"8d504e09d5ad44ac17e7c872c30d2e4b679a5fdcf0616e825af39466d4b14383" + \
"?s=64&d=retro"
expected_packages = set([])
expected_usernames = set([])
expected_usernames = set(['foobar'])
expected_objects = set(['distros/CentOS'])
msg = {
'username': 'apache',
Expand Down

0 comments on commit 0f42d06

Please sign in to comment.