[odrs-web/oscp] trivial: Remove two FIXMEs that now are not valid



commit e5a5c81a459ef4933ae3d17ca763343e130f7be1
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jul 2 12:44:12 2019 +0100

    trivial: Remove two FIXMEs that now are not valid

 app_data/odrs/tests/odrs_test.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/app_data/odrs/tests/odrs_test.py b/app_data/odrs/tests/odrs_test.py
index ffb8c1e..a441159 100644
--- a/app_data/odrs/tests/odrs_test.py
+++ b/app_data/odrs/tests/odrs_test.py
@@ -460,8 +460,8 @@ class OdrsTest(unittest.TestCase):
         assert b'"success": true' in rv.data, rv.data
 
         # upload a 2nd report
-        #rv = self._review_submit(app_id='gimp.desktop')        # FIXME supposed to fail!
-        #assert b'"success": true' in rv.data, rv.data
+        rv = self._review_submit(app_id='gimp.desktop')
+        assert b'"success": true' in rv.data, rv.data
 
         # upload a duplicate report
         rv = self._review_submit()
@@ -492,8 +492,6 @@ class OdrsTest(unittest.TestCase):
         assert b'An essential part of my daily workflow' in rv.data, rv.data
         assert b'user_skey' in rv.data, rv.data
 
-        # FIXME: ban user then try to submit a review
-
     def test_fail_when_login_required(self):
 
         # all these are an error when not logged in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]