Skip to content

Commit

Permalink
test(graphql): update snapshot for searchable index change (#9809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundersc committed Feb 18, 2022
1 parent e135e42 commit fcf9100
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1228,7 +1228,7 @@ $util.toJson(null)

exports[`Test SearchableModelTransformer with datastore enabled vtl 1`] = `
"#set( $args = $util.defaultIfNull($ctx.stash.transformedArgs, $ctx.args) )
#set( $indexPath = \\"/post/doc/_search\\" )
#set( $indexPath = \\"/post/_search\\" )
#set( $allowedAggFields = $util.defaultIfNull($ctx.stash.allowedAggFields, []) )
#set( $aggFieldsFilterMap = $util.defaultIfNull($ctx.stash.aggFieldsFilterMap, {}) )
#set( $nonKeywordFields = [] )
Expand Down Expand Up @@ -2627,4 +2627,4 @@ input SearchablePostAggregationInput {
}
"
`;
`;

0 comments on commit fcf9100

Please sign in to comment.