mirror of https://github.com/fafhrd91/actix-web
Forgot ;
This commit is contained in:
parent
85d1fe23f6
commit
6dffedafe0
|
@ -1002,7 +1002,7 @@ fn test_session_storage_middleware() {
|
||||||
const SIMPLE_NAME: &'static str = "simple";
|
const SIMPLE_NAME: &'static str = "simple";
|
||||||
const SIMPLE_PAYLOAD: &'static str = "kantan";
|
const SIMPLE_PAYLOAD: &'static str = "kantan";
|
||||||
const COMPLEX_NAME: &'static str = "test";
|
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";
|
//const COMPLEX_PAYLOAD: &'static str = "FJc%26continue_url%3Dhttp%253A%252F%252Fconnectivitycheck.gstatic.com%252Fgenerate_204";
|
||||||
|
|
||||||
let mut srv = test::TestServer::with_factory(move || {
|
let mut srv = test::TestServer::with_factory(move || {
|
||||||
|
|
Loading…
Reference in New Issue