[odrs-web/oscp] trivial: Fix a test regression introduced in 9b031d
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] trivial: Fix a test regression introduced in 9b031d
- Date: Wed, 29 Apr 2020 17:42:47 +0000 (UTC)
commit c48adcb31a9424bfc10e901b6ea3b6a63d93d17c
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]