Skip to content

Commit 1ee91a8

Browse files
author
Ziyue Zheng
authored
Add AnalysisServicesTestRunner and replace AsTestsBase
1 parent 5437e24 commit 1ee91a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AnalysisServices/AnalysisServices.Test/ScenarioTests/AnalysisServicesTestRunner.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ protected AnalysisServicesTestRunner(ITestOutputHelper output)
3030
.WithCommonPsScripts(new[]
3131
{
3232
@"Common.ps1",
33-
@"../AzureRM.Resources.ps1",
33+
@"../AzureRM.Resources.ps1"
3434
})
3535
.WithNewRmModules(helper => new[]
36-
{
36+
{
3737
helper.RMProfileModule,
3838
helper.GetRMModulePath("Az.AnalysisServices.psd1")
3939
})
4040
.WithNewRecordMatcherArguments(
4141
userAgentsToIgnore: new Dictionary<string, string>
4242
{
43-
{"Microsoft.Azure.Management.Resources.ResourceManagementClient", "2016-02-01"},
43+
{"Microsoft.Azure.Management.Resources.ResourceManagementClient", "2016-02-01"}
4444
},
4545
resourceProviders: new Dictionary<string, string>
4646
{
@@ -52,4 +52,4 @@ protected AnalysisServicesTestRunner(ITestOutputHelper output)
5252
.Build();
5353
}
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)