Skip to content

Commit

Permalink
Add comment to utest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed May 11, 2021
1 parent 5b9f8a5 commit d5a7cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit-test/core_http_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@ void test_Http_InitializeRequestHeaders_Insufficient_Memory()
HTTP_TEST_REQUEST_LINE_LEN ) != 0 );
}

/**
* @brief Test HTTPInsufficientMemory with a path containing a null byte.
*/
void test_Http_InitializeRequestHeaders_NullByteInPath()
{
HTTPStatus_t httpStatus = HTTPSuccess;
Expand Down

0 comments on commit d5a7cca

Please sign in to comment.