Changeset - 620669b2a88b
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-09-17 22:19:55
marcin@python-works.com
fixed gravatar test typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/test_libs.py
Show inline comments
 
@@ -169,7 +169,7 @@ class TestLibs(unittest.TestCase):
 
            fake = fake_conf(alternative_gravatar_url='http://test.com/{email}')
 
            with mock.patch('pylons.config', fake):
 
                    from pylons import url
 
                    assert url.current() == 'http://server.com'
 
                    assert url.current() == 'https://server.com'
 
                    grav = gravatar_url(email_address='test@foo.com', size=24)
 
                    assert grav == 'http://test.com/test@foo.com'
 

	
0 comments (0 inline, 0 general)