summaryrefslogtreecommitdiff
path: root/test_trove_upgrades.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_trove_upgrades.py')
-rw-r--r--test_trove_upgrades.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py
index b564709..a6d940b 100644
--- a/test_trove_upgrades.py
+++ b/test_trove_upgrades.py
@@ -331,7 +331,7 @@ class SystemTestBranch(object):
Uses `morph edit` and `git reset` to achieve this.
'''
chunk_repo_uri, original_ref = self.get_repo_and_ref_for_chunk(
- branch, stratum, chunk)
+ stratum, chunk)
with set_directory(self.morphs_dir):
run_morph(['edit', system, stratum, chunk])