aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
89 stars 79 forks source link

test(conversation): add missing auth input in e2e test #3018

Closed atierian closed 2 weeks ago

atierian commented 2 weeks ago

Problem

One of the E2E test cases for the conversation transformer doesn't include the newly introduced (and required) auth directive argument (https://github.com/aws-amplify/amplify-category-api/pull/3007).

Description of changes

Adds missing auth argument to E2E test case.

CDK / CloudFormation Parameters Changed

N/A

Issue #, if available

N/A

Description of how you validated changes

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.