Skip to content

Commit de57a6b

Browse files
more test fixes
1 parent 8a51342 commit de57a6b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/s3_checksum_context_test.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ static int s_test_upload_request_checksum_context_get_checksum_cursor(struct aws
5050
return AWS_OP_SUCCESS;
5151
}
5252

53-
static struct aws_string *s_test_fn(struct aws_s3_meta_request *req, void *user) {
54-
(void)req;
55-
(void)user;
56-
return NULL;
57-
}
58-
5953
AWS_TEST_CASE(
6054
test_upload_request_checksum_context_get_checksum_cursor,
6155
s_test_upload_request_checksum_context_get_checksum_cursor)
@@ -106,7 +100,6 @@ static int s_test_upload_request_checksum_context_error_cases(struct aws_allocat
106100
.checksum_algorithm = AWS_SCA_CRC32,
107101
.location = AWS_SCL_NONE,
108102
.has_full_object_checksum = false,
109-
.full_object_checksum_callback = s_test_fn,
110103
};
111104
struct aws_s3_upload_request_checksum_context *context3 =
112105
aws_s3_upload_request_checksum_context_new(allocator, &config3);

0 commit comments

Comments
 (0)