Browse Source

Whitespace normalization

pull/228/merge
Armin Ronacher 14 years ago
parent
commit
d8fcd4260e
  1. 1
      tests/flask_tests.py

1
tests/flask_tests.py

@ -642,6 +642,7 @@ class BasicFunctionalityTestCase(unittest.TestCase):
app.config.update(
SERVER_NAME='localhost.localdomain:5000'
)
@app.route('/')
def index():
return None

Loading…
Cancel
Save