Skip to content

Commit

Permalink
Update the mediawiki tests to check for our new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Oct 9, 2012
1 parent 2c80f6e commit a697ebf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fedmsg/tests/test_text.py
Expand Up @@ -899,8 +899,8 @@ class TestMediaWikiEdit(Base):
expected_title = "wiki.article.edit (unsigned)"
expected_subti = 'Ralph made a wiki edit to "Messaging SIG".'
expected_link = "http://this-is-a-link.org"
expected_icon = "https://upload.wikimedia.org/wikipedia/commons/" + \
"thumb/3/3d/Mediawiki-logo.png/53px-Mediawiki-logo.png"
expected_icon = "https://fedoraproject.org/w/skins/common/" + \
"images/mediawiki.png"

msg = {
"topic": "org.fedoraproject.stg.wiki.article.edit",
Expand All @@ -924,8 +924,8 @@ class TestMediaWikiUpload(Base):
expected_title = "wiki.upload.complete (unsigned)"
expected_subti = 'Ralph uploaded File:Cat.jpg to the wiki: ' + \
'"This is a beautiful cat..."'
expected_icon = "https://upload.wikimedia.org/wikipedia/commons/" + \
"thumb/3/3d/Mediawiki-logo.png/53px-Mediawiki-logo.png"
expected_icon = "https://fedoraproject.org/w/skins/common/" + \
"images/mediawiki.png"
msg = {
"topic": "org.fedoraproject.stg.wiki.upload.complete",
"msg": {
Expand Down

0 comments on commit a697ebf

Please sign in to comment.