Bug 1830 fixed: maps completed operations to original operation types
[osm/NBI.git] / osm_nbi / tests / test_admin_topics.py
index c53e268..6a44365 100755 (executable)
@@ -1236,6 +1236,9 @@ class Test_UserTopicAuth(TestCase):
             "pwd_expire_days": 30,
             "max_pwd_attempt": 5,
             "account_expire_days": 90,
+            "version": "dev",
+            "deviceVendor": "test",
+            "deviceProduct": "test",
         }
         self.permissions = {"admin": True, "default": True}
         now = time()