Skip to content

Commit

Permalink
chore: remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
RRashmit committed Oct 24, 2024
1 parent b35cc81 commit 10f4c21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func DefaultFeatures() []string {
pkg.FeatureConnection,
pkg.FeatureMetrics,
pkg.FeatureFileWatcher,
pkg.FeatureDataplaneHealth,
}
}

Expand Down
2 changes: 1 addition & 1 deletion internal/watcher/health/health_watcher_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ func TestHealthWatcherService_getCache(t *testing.T) {

result := healthWatcher.GetInstancesHealth()

assert.Equal(t, expectedInstancesHealth, result)
assert.ElementsMatch(t, expectedInstancesHealth, result)
}

0 comments on commit 10f4c21

Please sign in to comment.