Skip to content

Commit cbd6f02

Browse files
committed
Fix APiManagement Tests in Jenkins runs
1 parent 2aec571 commit cbd6f02

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/ApiManagement/ApiManagement.ServiceManagement.Test/ScenarioTests/ApiManagementTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ public void IdentityProviderCrudTest()
174174

175175
[Fact]
176176
[Trait(Category.AcceptanceType, Category.CheckIn)]
177-
public void TenantGitConfigurationCrudTest()
177+
public void TenantGitConfCrudTest()
178178
{
179179
RunPowerShellTest("TenantGitConfiguration-CrudTest");
180180
}
181181

182182
[Fact]
183183
[Trait(Category.AcceptanceType, Category.CheckIn)]
184-
public void TenantAccessConfigurationCrudTest()
184+
public void TenantAccessConfCrudTest()
185185
{
186186
RunPowerShellTest("TenantAccessConfiguration-CrudTest");
187187
}

0 commit comments

Comments
 (0)