diff --git a/tests/IntegrationTests/TokenAcquirerTests/TokenAcquirer.cs b/tests/IntegrationTests/TokenAcquirerTests/TokenAcquirer.cs index dccb4a57b..eaf85f419 100644 --- a/tests/IntegrationTests/TokenAcquirerTests/TokenAcquirer.cs +++ b/tests/IntegrationTests/TokenAcquirerTests/TokenAcquirer.cs @@ -240,7 +240,7 @@ private static async Task CreateGraphClientAndAssert(TokenAcquirerFactory tokenA .WithAuthenticationScheme(s_optionName) // .WithAuthenticationOptions(options => options.ProtocolScheme = "Pop") .GetAsync(); - Assert.Equal(53, users.Count); + Assert.True(users.Count >= 56); // Alternatively to calling Microsoft Graph, you can get a token acquirer service // and get a token, and use it in an SDK.