Skip to content

Commit 8b5a184

Browse files
fix
1 parent b2ba16a commit 8b5a184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public async Task GeneratePdf()
2424
Log.WriteError("Test Log", "GITHUB_ACTIONS is null or empty!");
2525
}
2626

27-
foreach (DictionaryEntry entry in Environment.GetEnvironmentVariables())
27+
foreach (var entry in Environment.GetEnvironmentVariables())
2828
{
2929
Log.WriteInfo("Test Log", $"Key: {entry.Key}, Value: {entry.Value}");
3030
}

0 commit comments

Comments
 (0)