Skip to content

Commit

Permalink
fix: add missing config value for mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at authored and Amplifiyer committed Oct 3, 2023
1 parent 3836b90 commit 4445f8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const defaultTransformParams: Pick<ExecuteTransformConfig, 'transformersF
enableAutoIndexQueryNames: true,
respectPrimaryKeyAttributesOnConnectionField: true,
enableSearchNodeToNodeEncryption: false,
enableTransformerCfnOutputs: true,
},
};

Expand Down

0 comments on commit 4445f8e

Please sign in to comment.