Skip to content

Commit 07d643b

Browse files
CopilotJerryNixon
andcommitted
Update test comment to accurately reflect tested entity types
Co-authored-by: JerryNixon <1749983+JerryNixon@users.noreply.github.com>
1 parent 2cd0254 commit 07d643b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Service.Tests/Configuration/HealthEndpointTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@ private static RuntimeConfig CreateRuntimeConfig(Dictionary<string, Entity> enti
566566

567567
/// <summary>
568568
/// Verifies that when filtering entities for health checks,
569-
/// stored procedures are excluded while tables and views are included.
569+
/// stored procedures are excluded while tables are included.
570570
/// This matches the filter logic in HealthCheckHelper.UpdateEntityHealthCheckResultsAsync.
571571
/// </summary>
572572
[TestMethod]
573573
public void HealthChecks_ExcludeStoredProcedures()
574574
{
575-
// Create a config with table, view, and stored procedure entities
575+
// Create a config with table and stored procedure entities
576576
RuntimeConfig runtimeConfig = SetupCustomConfigFile(
577577
enableGlobalHealth: true,
578578
enableGlobalRest: true,

0 commit comments

Comments
 (0)