storage test: set correct db password
This commit is contained in:
parent
4635a00caf
commit
3d3e221a5c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ from loops import util
|
|||
|
||||
config.dbname = 'ccotest'
|
||||
config.dbuser = 'ccotest'
|
||||
config.dbpassword = 'cco'
|
||||
|
||||
|
||||
class Glob(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue