Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Dec 30, 2024
1 parent 5d937c4 commit 4ac9671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unittest/pipeline/HttpSinkMock.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class HttpSinkMock : public HttpSink {
}
request->mResponse.SetNetworkStatus(NetworkCode::Ok, "");
request->mResponse.SetStatusCode(200);
request->mResponse.SetResponseTime(chrono::milliseconds(10));
request->mResponse.SetResponseTime(std::chrono::milliseconds(10));
// for sls only
request->mResponse.mHeader[X_LOG_REQUEST_ID] = "request_id";
static_cast<HttpFlusher*>(request->mItem->mFlusher)->OnSendDone(request->mResponse, request->mItem);
Expand Down

0 comments on commit 4ac9671

Please sign in to comment.