forked from orbit-oss/flask
Merge branch 'master' of github.com:mitsuhiko/flask
This commit is contained in:
commit
1c2dddb355
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ test method to our class, like this::
|
|||
|
||||
def tearDown(self):
|
||||
os.close(self.db_fd)
|
||||
os.unlink(flaskr.DATABASE)
|
||||
os.unlink(flaskr.app.config['DATABASE'])
|
||||
|
||||
def test_empty_db(self):
|
||||
rv = self.app.get('/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue