Skip to content

Commit fc2eaa0

Browse files
committed
fix for hdinsight tests
1 parent 435358c commit fc2eaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight.Test/Models/Utilities/IntegrationTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static void TestRunSetup()
158158
cmdletRunManager.RegisterType<IAzureHDInsightClusterManagementClientFactory, AzureHDInsightClusterManagementClientSimulatorFactory>();
159159
cmdletRunManager.RegisterType<IAzureHDInsightJobSubmissionClientFactory, AzureHDInsightJobSubmissionClientSimulatorFactory>();
160160
var testManager = new IntegrationTestManager();
161-
161+
AzureSession.DataStore = new DiskDataStore();
162162
TestCredentials = testManager.GetCredentials("default");
163163
if (TestCredentials == null)
164164
{

0 commit comments

Comments
 (0)