comparison GenerateConfigurationForTests.py @ 329:194e3cfa200f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Aug 2020 20:05:09 +0200
parents 8a462f9c5a97
children 96718de2f29c
comparison
equal deleted inserted replaced
328:8a462f9c5a97 329:194e3cfa200f
124 'Url' : 'http://localhost:8042/', 124 'Url' : 'http://localhost:8042/',
125 'Username' : 'alice', 125 'Username' : 'alice',
126 'Password' : 'orthanctest' 126 'Password' : 'orthanctest'
127 }, 127 },
128 'self' : { 128 'self' : {
129 'Url' : 'http://localhost:8042/', 129 'Url' : 'http://127.0.0.1:8042/',
130 'Username' : 'alice', 130 'Username' : 'alice',
131 'Password' : 'orthanctest' 131 'Password' : 'orthanctest'
132 } 132 }
133 } 133 }
134 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 134 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }