X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Ftests%2Ftest_admin_topics.py;h=6a443654a7a10d1f1efcd630067f7292f0c96bc4;hb=HEAD;hp=c53e2683fd1a2bb80d164bc3e9a7151cc9361ff9;hpb=acdb5d4d3d2452b5a7f3be87190875d3a06e6999;p=osm%2FNBI.git diff --git a/osm_nbi/tests/test_admin_topics.py b/osm_nbi/tests/test_admin_topics.py index c53e268..6a44365 100755 --- a/osm_nbi/tests/test_admin_topics.py +++ b/osm_nbi/tests/test_admin_topics.py @@ -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()