This commit is contained in:
Taoufik
2018-10-27 22:25:11 +01:00
committed by GitHub
parent 96971a33a7
commit cab78275f4
+1 -1
View File
@@ -546,7 +546,7 @@ def test_session_thoroughly(api, session):
print(r.request.headers)
assert r.json() == {"session": {"hello": "world"}}
def test_before_responpse(api, session):
def test_before_response(api, session):
@api.route("/get")
def get(req, resp):