diff --git a/lib/output/types_test.go.inc b/lib/output/types_test.go.inc index 6019725c..57a4ffb5 100644 --- a/lib/output/types_test.go.inc +++ b/lib/output/types_test.go.inc @@ -42,9 +42,6 @@ func isIgnoredType(t string) bool { // billing.Assent will only be sent, never received. case "billing.Assent": return true - // billing.DeferredStatus will not be output. - case "billing.DeferredStatus": - return true // billing.SPPTokenRequests will only be sent, never received. case "billing.SPPTokenRequest": return true