diff --git a/checker/provider_test.go b/checker/provider_test.go index f2d9629..e57c4e7 100644 --- a/checker/provider_test.go +++ b/checker/provider_test.go @@ -86,8 +86,8 @@ func TestDefinitionShape(t *testing.T) { if def.ID != "happydeliver" { t.Errorf("ID = %q", def.ID) } - if !def.Availability.ApplyToDomain { - t.Error("should apply to domain") + if !def.Availability.ApplyToService { + t.Error("should apply to service") } if !def.HasMetrics { t.Error("HasMetrics should be true")