Let AUTHFILE be absolute path
This commit is contained in:
@ -8,7 +8,7 @@ def app():
|
||||
app.config.update({
|
||||
"TESTING": True,
|
||||
"SECRET_KEY": 'Testing',
|
||||
"AUTHFILE": 'tests/users-test.txt'
|
||||
"AUTHFILE": '../tests/users-test.txt'
|
||||
})
|
||||
|
||||
# other setup can go here
|
||||
|
Reference in New Issue
Block a user