Skip to content

Commit

Permalink
skipIf is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Dec 24, 2011
1 parent ed193cd commit 6be0eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/docs.py
Expand Up @@ -29,7 +29,7 @@ class DocsTestCase(CMSTestCase):
"""
Test docs building correctly for HTML
"""
@unittest.skipIf(has_no_internet, "No internet")
@unittest.skipIf(has_no_internet(), "No internet")
def test_html(self):
nullout = StringIO()
with TemporaryDirectory() as OUT_DIR:
Expand Down

0 comments on commit 6be0eae

Please sign in to comment.