Skip to content

Commit 18e4ae8

Browse files
committed
Null out the helix access token in the test
1 parent f12afa0 commit 18e4ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/msbuild.Integration.Tests/GivenDotnetInvokesMSBuild.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void When_dotnet_command_invokes_msbuild_with_diag_verbosity_Then_arg_is_
7171

7272
var cmd = new DotnetCommand(Log)
7373
.WithWorkingDirectory(testInstance.Path)
74+
.WithEnvironmentVariable("HelixAccessToken", "")
7475
.Execute(command, "-v", "diag");
7576

7677
cmd.Should().Pass();

0 commit comments

Comments
 (0)