Skip to content

Commit 256fbeb

Browse files
committed
fix warning
1 parent c30ba32 commit 256fbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MarkdownLinkCheckLogParser/tests/MarkdownLinkCheckLogParserCli.Tests/CliCommands/ParseLogCommandDependencyErrorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ParseLogCommandDependencyErrorTests
1616
[InlineData(HttpStatusCode.InternalServerError)]
1717
public async Task GitHubHttpClientFailsToDownloadLogs(HttpStatusCode gitHubHttpClientResponseStatusCode)
1818
{
19-
var errorResponseBody = "Oops, something went wrong.";
19+
const string errorResponseBody = "Oops, something went wrong.";
2020
using var handler = new StatusCodeHandler(gitHubHttpClientResponseStatusCode, errorResponseBody);
2121
using var httpClient = new HttpClient(handler)
2222
{

0 commit comments

Comments
 (0)