Skip to content

Commit

Permalink
Align test outcome with Azure subscription (#1360)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Nov 19, 2020
1 parent 640e185 commit ae43062
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public async Task ResourceDiscovery_GetAllPerResourceTypeWithoutFilters_ReturnsE
{
// Arrange
const string resourceDiscoveryGroupName = "logic-apps-unfiltered";
const int expectedResourceCount = 29;
const int expectedResourceCount = 25;
var resourceDiscoveryClient = new ResourceDiscoveryClient(Configuration, Logger);

// Act
Expand Down Expand Up @@ -138,7 +138,7 @@ public async Task ResourceDiscovery_GetWithFilterOnTwoSubscriptions_ReturnsExpec
{
// Arrange
const string resourceDiscoveryGroupName = "two-subscriptions-scenario";
const int expectedResourceCount = 29;
const int expectedResourceCount = 25;
var resourceDiscoveryClient = new ResourceDiscoveryClient(Configuration, Logger);

// Act
Expand Down Expand Up @@ -218,7 +218,7 @@ public async Task ResourceDiscovery_GetWithFilterOnTwoRegions_ReturnsExpectedAmo
{
// Arrange
const string resourceDiscoveryGroupName = "two-region-scenario";
const int expectedResourceCount = 28;
const int expectedResourceCount = 24;
var resourceDiscoveryClient = new ResourceDiscoveryClient(Configuration, Logger);

// Act
Expand Down

0 comments on commit ae43062

Please sign in to comment.