Skip to content

Commit

Permalink
chore: Align test expectations with Azure subscription (#1667)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
tomkerkhove authored Jun 30, 2021
1 parent 0181cfe commit 53cdb38
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 = 17;
const int expectedResourceCount = 11;
var resourceDiscoveryClient = new ResourceDiscoveryClient(Configuration, Logger);

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

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

// Act
Expand Down

0 comments on commit 53cdb38

Please sign in to comment.