Skip to content

Commit a2d2d8b

Browse files
committed
Fix hidden type expectations for widget internals
1 parent bc110ef commit a2d2d8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

elasticgraph-graphql/spec/acceptance/hidden_types_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module ElasticGraph
106106
type_filter_and_non_indexed_aggregation_types_for("TeamSeason", include_list_filter: true, include_fields_list_filter: true) - ["TeamSeasonListElementFilterInput"] +
107107
type_filter_and_non_indexed_aggregation_types_for("WidgetOptions") +
108108
type_filter_and_non_indexed_aggregation_types_for("WidgetOptionSets") - ["WidgetOptionSetsGroupedBy"] +
109+
type_filter_and_non_indexed_aggregation_types_for("WidgetInternalDetails") - ["WidgetInternalDetails"] +
109110
type_filter_and_non_indexed_aggregation_types_for("WidgetCurrencyNestedFields", include_highlights: false) +
110111
type_filter_and_non_indexed_aggregation_types_for("WorkspaceWidget") +
111112
type_filter_and_non_indexed_aggregation_types_for("Sponsorship", include_list_filter: true, include_fields_list_filter: true) - ["SponsorshipListElementFilterInput"] +

0 commit comments

Comments
 (0)