aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/13_test_gbp_pq.py
diff options
context:
space:
mode:
authorMaximiliano Curia <maxy@debian.org>2016-08-25 15:36:07 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-07 19:18:04 +0200
commit63d792baa03909517bdbc7c5cbb4c37325ea6795 (patch)
treee19e79bd06e540a71b1b4dfd4805bf10c755f19f /tests/13_test_gbp_pq.py
parente615c658375c4332793ea189c3737f20e7bba3f6 (diff)
pq test: Add missing pq-from parameter
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 8e8d2c3a..17ee635f 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -210,6 +210,7 @@ class TestExport(testutils.DebianGitTestRepo):
class Options(object):
drop = True
patch_numbers = False
+ pq_from = 'DEBIAN'
def setUp(self):
testutils.DebianGitTestRepo.setUp(self)