Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rudolph committed Jan 8, 2016
1 parent b1cd202 commit f155a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/style/tests/test_compress_command.py
Expand Up @@ -67,6 +67,7 @@ def _is_b3_base_template(self, template):
return False

def test_compress_offline(self):
call_command('collectstatic', verbosity=0, interactive=False)
with patch('sys.stdout', new_callable=StringIO) as mock_stdout:
call_command('compress', force=True)

Expand Down

0 comments on commit f155a12

Please sign in to comment.