Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jul 2, 2024
1 parent 1da92bc commit eb7064b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/uri_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ static int s_test_uri_no_port_parse(struct aws_allocator *allocator, void *ctx)
expected_request_uri.ptr, expected_request_uri.len, uri.path_and_query.ptr, uri.path_and_query.len);

aws_uri_clean_up(&uri);

return AWS_OP_SUCCESS;
}

Expand Down Expand Up @@ -164,7 +163,6 @@ static int s_test_uri_no_path_parse(struct aws_allocator *allocator, void *ctx)
ASSERT_BIN_ARRAYS_EQUALS(
expected_request_uri.ptr, expected_request_uri.len, uri.path_and_query.ptr, uri.path_and_query.len);
aws_uri_clean_up(&uri);

return AWS_OP_SUCCESS;
}

Expand Down

0 comments on commit eb7064b

Please sign in to comment.