Commit 3be2e0d4 authored by Michal Čihař's avatar Michal Čihař

This does not have to be parameter

parent 09693c80
......@@ -93,7 +93,7 @@ class RepoTestCase(TestCase):
)
def _create_subproject(self, file_format='auto', mask='po/*.po',
template='', repoweb=REPOWEB_URL):
template=''):
'''
Creates real test subproject.
'''
......@@ -107,7 +107,7 @@ class RepoTestCase(TestCase):
filemask=mask,
template=template,
file_format=file_format,
repoweb=repoweb,
repoweb=REPOWEB_URL,
)
def create_subproject(self):
......
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