diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index 4a6851f690..8bcaeb3bcf 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -193,9 +193,9 @@ namespace Content.IntegrationTests return false; } - if (options.Pool == false) + if (options.Pool.HasValue) { - return false; + return options.Pool.Value; } if (server)