Skip to content

Commit

Permalink
Fix expected curl error message in curl_http_request_test.cc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678390747
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Sep 24, 2024
1 parent dfca064 commit 7c709a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/platform/cloud/curl_http_request_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ TEST(CurlHttpRequestTest, GetRequest_CouldntResolveHost) {
EXPECT_EQ(error::FAILED_PRECONDITION, status.code());
EXPECT_EQ(
"Error executing an HTTP request: libcurl code 6 meaning "
"'Couldn't resolve host name', error details: Could not resolve host "
"'Could not resolve hostname', error details: Could not resolve host "
"'metadata'",
status.message());
EXPECT_EQ(0, http_request.GetResponseCode());
Expand Down

0 comments on commit 7c709a2

Please sign in to comment.