From 6dffedafe0b89fa8564200ecbbb425bcc8a9661b Mon Sep 17 00:00:00 2001 From: Douman Date: Mon, 16 Jul 2018 11:24:10 +0300 Subject: [PATCH] Forgot ; --- tests/test_middleware.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_middleware.rs b/tests/test_middleware.rs index 375def030..ec7e6b370 100644 --- a/tests/test_middleware.rs +++ b/tests/test_middleware.rs @@ -1002,7 +1002,7 @@ fn test_session_storage_middleware() { const SIMPLE_NAME: &'static str = "simple"; const SIMPLE_PAYLOAD: &'static str = "kantan"; const COMPLEX_NAME: &'static str = "test"; - const COMPLEX_PAYLOAD: &'static str = "url=https://test.com&generate_204" + const COMPLEX_PAYLOAD: &'static str = "url=https://test.com&generate_204"; //const COMPLEX_PAYLOAD: &'static str = "FJc%26continue_url%3Dhttp%253A%252F%252Fconnectivitycheck.gstatic.com%252Fgenerate_204"; let mut srv = test::TestServer::with_factory(move || {