Skip to content

Commit 116124d

Browse files
committed
Non-empty required
1 parent a2c2284 commit 116124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/DSCv3ResourceCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public void Package_Export_NoInput()
484484
var setupInstall = TestCommon.RunAICLICommand("install", $"--id {DefaultPackageIdentifier}");
485485
Assert.AreEqual(0, setupInstall.ExitCode);
486486

487-
var result = RunDSCv3Command(PackageResource, ExportFunction, string.Empty);
487+
var result = RunDSCv3Command(PackageResource, ExportFunction, " ");
488488
AssertSuccessfulResourceRun(ref result);
489489

490490
List<PackageResourceData> output = GetOutputLinesAs<PackageResourceData>(result.StdOut);

0 commit comments

Comments
 (0)