remove print statment

This commit is contained in:
2016-01-09 15:25:19 +08:00
parent 6eafd671aa
commit dce3a69266
-1
View File
@@ -191,7 +191,6 @@ class TestLocalStorage:
"""Test the local server function."""
object_name = "test_local_server.txt"
storage.upload(temp_txt_file.name, name=object_name, overwrite=True)
print(storage.app.view_functions)
file_server = storage.app.view_functions['FLASK_CLOUDY_SERVER']
response = file_server(object_name)
assert response.status_code == 200