We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba16a commit 8b5a184Copy full SHA for 8b5a184
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -24,7 +24,7 @@ public async Task GeneratePdf()
24
Log.WriteError("Test Log", "GITHUB_ACTIONS is null or empty!");
25
}
26
27
- foreach (DictionaryEntry entry in Environment.GetEnvironmentVariables())
+ foreach (var entry in Environment.GetEnvironmentVariables())
28
{
29
Log.WriteInfo("Test Log", $"Key: {entry.Key}, Value: {entry.Value}");
30
0 commit comments