Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix method signature in test
  • Loading branch information
danegsta authored and github-actions committed Oct 31, 2025
commit 133e67d8c97c7fb86a1a6e1ff43495a09d8e8781
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ await resource.ProcessEnvironmentVariableValuesAsync(
}
},
NullLogger.Instance,
CancellationToken.None,
networkContext);
CancellationToken.None);

return environmentVariables;
}
Expand Down