From 37e8f0d9caa2cc3f212ec3d926d53acd47c3fee1 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 30 Nov 2012 09:43:34 +0000 Subject: Cleanup retrying --- (limited to 'tests') diff --git a/tests/devbot/test_git.py b/tests/devbot/test_git.py index f5aca8e..21d81e8 100644 --- a/tests/devbot/test_git.py +++ b/tests/devbot/test_git.py @@ -51,7 +51,8 @@ class TestGit(unittest.TestCase): path = tempfile.mkdtemp() name = "test" - return git.Module(path, name, remote, branch, tag) + return git.Module(path=path, name=name, remote=remote, branch=branch, + tag=tag) def _setup_module(self): remote = self._create_repo() -- cgit v0.9.1