1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

REQUEST_METHOD must be given or better_enums will complain.

This commit is contained in:
King_DuckZ 2017-05-24 22:25:14 +01:00
parent 4e32006e08
commit eef10a3d5e
3 changed files with 3 additions and 0 deletions

View file

@ -94,6 +94,7 @@ TEST_CASE ("Index response", "[index][response]") {
"CONTENT_LENGTH=",
"SERVER_PORT=80",
"HTTPS=",
"REQUEST_METHOD=GET",
nullptr
};
SafeStackObject<tawashi::cgi::Env> fake_env(env_raw, "/");