diff GenerateConfigurationForTests.py @ 328:8a462f9c5a97

test_store_compressed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 12:05:07 +0200
parents de6e73e4df60
children 194e3cfa200f
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Tue Aug 18 17:00:10 2020 +0200
+++ b/GenerateConfigurationForTests.py	Sun Aug 23 12:05:07 2020 +0200
@@ -124,6 +124,11 @@
         'Url' : 'http://localhost:8042/',
         'Username' : 'alice',
         'Password' : 'orthanctest'
+    },
+    'self' : {
+        'Url' : 'http://localhost:8042/',
+        'Username' : 'alice',
+        'Password' : 'orthanctest'
     }
 }
 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }