Commit 5e863f64 authored by Michal Čihař's avatar Michal Čihař

This no longer need default args

_create_subproject is internal helper method and is always passed with
args.
parent f1248079
......@@ -92,8 +92,7 @@ class RepoTestCase(TestCase):
web='http://weblate.org/'
)
def _create_subproject(self, file_format='auto', mask='po/*.po',
template=''):
def _create_subproject(self, file_format, mask, template=''):
'''
Creates real test subproject.
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment