Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Mar 14, 2024
1 parent 30152e0 commit 8ea4a01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protected override void Setup(FeatureConfigurationContext context)
{
var database = client.GetDatabase(databaseName);

// perform a query to the server to make sure cluster details are loaded so we can check them later
database.ListCollectionNames();
}
catch (ArgumentException ex)
Expand Down

0 comments on commit 8ea4a01

Please sign in to comment.