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:
parent
4e32006e08
commit
eef10a3d5e
3 changed files with 3 additions and 0 deletions
|
@ -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, "/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue