[odrs-web] trivial: Fix a test regression introduced in 9b031d
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web] trivial: Fix a test regression introduced in 9b031d
- Date: Sat, 21 Sep 2019 12:08:58 +0000 (UTC)
commit 2b3eac1cea2cfb48bb175d7f778735e683aeff62
Author: Richard Hughes <richard hughsie com>
Date: Thu Jul 25 14:43:34 2019 +0200
trivial: Fix a test regression introduced in 9b031d
app_data/odrs/tests/odrs_test.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app_data/odrs/tests/odrs_test.py b/app_data/odrs/tests/odrs_test.py
index 84e1319..42e4e74 100644
--- a/app_data/odrs/tests/odrs_test.py
+++ b/app_data/odrs/tests/odrs_test.py
@@ -52,6 +52,7 @@ class OdrsTest(unittest.TestCase):
self.login()
rv = self.app.post('/admin/moderator/1/modify_by_admin', data=dict(
is_enabled=True,
+ is_admin=True,
locales='en',
user_hash=self.user_hash,
), follow_redirects=True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]