Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed May 15, 2024
1 parent 555732d commit 440d5a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit-test/sigv4_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,11 +1400,3 @@ void test_SigV4_GenerateAuthorization_Header_Key_Or_Value_With_All_White_Spaces(
free( longHeader );
}

/* Test to add SigV4_EncodeURI API to achieve coverage. */
void test_SigV4_EncodeURI()
{
SigV4Status_t returnStatus;
resetInputParams();
returnStatus = SigV4_EncodeURI( params.pHttpParameters->pPath, params.pHttpParameters->pathLen, authBuf, &authBufLen, true, true );
TEST_ASSERT_EQUAL( SigV4Success, returnStatus );
}

0 comments on commit 440d5a1

Please sign in to comment.