mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Fixed test
This commit is contained in:
parent
5a065c75ae
commit
0f1a31e677
@ -26,7 +26,7 @@ class SecretTestCase(unittest.TestCase):
|
||||
self.config.BASE['database_uri'] = 'sqlite:///' + self.__dbfile
|
||||
self.config.WEBAPP['cache_dir'] = self.__dir
|
||||
|
||||
init_database(self.config.BASE['database_uri'], True)
|
||||
init_database(self.config.BASE['database_uri'])
|
||||
release_database()
|
||||
|
||||
def tearDown(self):
|
||||
|
Loading…
Reference in New Issue
Block a user