Commit 29052a8f authored by Patrick Brückner's avatar Patrick Brückner

make linter happy, fix default branch

parent 9faa43ef
......@@ -19,7 +19,8 @@
#
from weblate.trans.tests.test_models import RepoTestCase
from weblate.trans.vcs import GitRepository, HgRepository, RepositoryException, GitWithGerritRepository
from weblate.trans.vcs import GitRepository, HgRepository, \
RepositoryException, GitWithGerritRepository
import tempfile
import shutil
......@@ -231,7 +232,7 @@ class VCSGitTest(RepoTestCase):
class VCSGerritTest(VCSGitTest):
_class = GitWithGerritRepository
_vcs = 'git'
_branch = 'default'
_branch = 'master'
class VCSHgTest(VCSGitTest):
......
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