summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests/test_bundles.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/tests/test_bundles.py')
-rw-r--r--apps/patchwork/tests/test_bundles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/test_bundles.py b/apps/patchwork/tests/test_bundles.py
index 5e8b95b..38f3a2c 100644
--- a/apps/patchwork/tests/test_bundles.py
+++ b/apps/patchwork/tests/test_bundles.py
@@ -193,7 +193,7 @@ class BundleMaintainerUpdateTest(BundleUpdateTest):
def setUp(self):
super(BundleMaintainerUpdateTest, self).setUp()
- profile = self.user.get_profile()
+ profile = self.user.profile
profile.maintainer_projects.add(defaults.project)
profile.save()