We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed2fd2 commit 78377e6Copy full SHA for 78377e6
internal/watcher/health/health_watcher_service_test.go
@@ -68,11 +68,11 @@ func TestHealthWatcherService_health(t *testing.T) {
68
unspecifiedInstance := protos.UnsupportedInstance()
69
70
tests := []struct {
71
- name string
72
instances map[string]*mpi.Instance
+ name string
73
cache map[string]*mpi.InstanceHealth
74
- isHealthDiff bool
75
updatedInstances []*mpi.InstanceHealth
+ isHealthDiff bool
76
}{
77
{
78
name: "Test 1: NGINX Instance Status Changed",
0 commit comments