From f69b644a77670f53eec9f51828baefe6b03bba21 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 24 Oct 2018 12:28:11 +0800 Subject: [PATCH] Typo in tour.rst --- docs/source/tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tour.rst b/docs/source/tour.rst index 2f94d20..a757e1d 100644 --- a/docs/source/tour.rst +++ b/docs/source/tour.rst @@ -182,7 +182,7 @@ Here's an example of a test (written with pytest):: resp.text = hello r = api.requests.get(url=api.url_for(some_view)) - assert r.text = hello + assert r.text == hello HSTS (Redirect to HTTPS) ------------------------