Skip to content

Commit

Permalink
SNOW-1736920 exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dstempniak committed Oct 14, 2024
1 parent ab0ebdb commit 4e5b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/Mock/MockGCSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ internal static HttpWebResponse CreateResponseForDownloadFile(HttpStatusCode? ht

if (httpStatusCode is null)
{
throw new WebException("Mock GCS Error", null, 0, null);
throw new WebException("Mock GCS Error - no response", null, 0, null);
}
else if (httpStatusCode == HttpStatusCode.OK)
{
Expand Down

0 comments on commit 4e5b95d

Please sign in to comment.