Whitespace normalization
This commit is contained in:
parent
1dd83964f0
commit
d8fcd4260e
2 changed files with 2 additions and 1 deletions
|
|
@ -642,6 +642,7 @@ class BasicFunctionalityTestCase(unittest.TestCase):
|
|||
app.config.update(
|
||||
SERVER_NAME='localhost.localdomain:5000'
|
||||
)
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue