aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/component/deb/test_pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/component/deb/test_pull.py')
-rw-r--r--tests/component/deb/test_pull.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/deb/test_pull.py b/tests/component/deb/test_pull.py
index 80f6fe66..266f1c52 100644
--- a/tests/component/deb/test_pull.py
+++ b/tests/component/deb/test_pull.py
@@ -31,7 +31,7 @@ from gbp.scripts.pull import main as pull
class TestPull(ComponentTestBase):
"""Test cloning from a remote"""
- @RepoFixtures.native
+ @RepoFixtures.native()
def test_pull_explicit_remote(self, repo):
"""Test that pulling of debian native packages works"""
dest = os.path.join(self._tmpdir, 'cloned_repo')
@@ -41,7 +41,7 @@ class TestPull(ComponentTestBase):
eq_(pull(['argv0', 'origin']), 0)
assert len(repo.get_commits()) == 1
- @RepoFixtures.native
+ @RepoFixtures.native()
def test_pull_default_remote(self, repo):
"""Test that pulling of debian native packages works"""
dest = os.path.join(self._tmpdir, 'cloned_repo')