Skip to content

Commit

Permalink
Fix tests. Closes #14, #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Dec 1, 2013
1 parent b8bbd98 commit b998b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed_video/tests/tests_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_tag_vimeo(self):
{{ vimeo.url }}
{% endvideo %}
""")
rendered = 'http://player.vimeo.com/video/72304002'
rendered = '//player.vimeo.com/video/72304002'

self.assertEqual(template.render(self._grc()).strip(), rendered)

Expand Down

0 comments on commit b998b5e

Please sign in to comment.