We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2284 commit 116124dCopy full SHA for 116124d
src/AppInstallerCLIE2ETests/DSCv3ResourceCommands.cs
@@ -484,7 +484,7 @@ public void Package_Export_NoInput()
484
var setupInstall = TestCommon.RunAICLICommand("install", $"--id {DefaultPackageIdentifier}");
485
Assert.AreEqual(0, setupInstall.ExitCode);
486
487
- var result = RunDSCv3Command(PackageResource, ExportFunction, string.Empty);
+ var result = RunDSCv3Command(PackageResource, ExportFunction, " ");
488
AssertSuccessfulResourceRun(ref result);
489
490
List<PackageResourceData> output = GetOutputLinesAs<PackageResourceData>(result.StdOut);
0 commit comments