We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c19d2 commit 9c17241Copy full SHA for 9c17241
PSql.Deploy.Tests/Utilities/CmdletExtensionsTests.cs
@@ -114,6 +114,6 @@ public void WriteHost_NotNull()
114
115
private static (IReadOnlyList<PSObject?>, Exception?) Execute(string command)
116
{
117
- return ScriptExecutor.Execute(command);
+ return ScriptExecutor.Execute(ScriptExecutor.WithTestingVariable, command);
118
}
119
0 commit comments