Skip to content

Commit eeffdee

Browse files
committed
Fixing rdfe test for select-azureprofile
1 parent 37c758e commit eeffdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Services/Commands.Test/Profile/SelectAzureProfileTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void TestMakeArmCallWithCreatedProfile()
3737
[Trait(Category.AcceptanceType, Category.CheckIn)]
3838
public void TestMakeRdfeCallWithCreatedProfile()
3939
{
40-
ProfileTestController.NewARMInstance.RunPSTestWithToken((context, token) => string.Format("Test-NewAzureProfileInARMMode {0} {1} {2}", token, context.Account.Id, context.Subscription.Id));
40+
ProfileTestController.NewRdfeInstance.RunPSTestWithToken((context, token) => string.Format("Test-NewAzureProfileInARMMode {0} {1} {2}", token, context.Account.Id, context.Subscription.Id));
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)