Skip to content

Commit ca66cf9

Browse files
committed
testing travis ci failures
1 parent 969b0df commit ca66cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TempoDb/TempoDbTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ TEST(tempodb, Write_Response_Overrun)
116116
tempodb_config *config = tempodb_create("my_access_key", "my_secret_key");
117117
char *response_buffer = (char *)malloc(255);
118118
memset(response_buffer, 1, 255);
119-
set_test_response("200 OK");
119+
set_test_response("100 OK");
120120
tempodb_write_by_id(config, "series_id", 10, response_buffer, 3);
121121
STRCMP_EQUAL("20", response_buffer);
122122
free(response_buffer);

0 commit comments

Comments
 (0)