Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(data): update and re-enable GraphQL API unit tests #12421

Merged
merged 5 commits into from
Oct 25, 2023

Conversation

david-mcafee
Copy link
Member

@david-mcafee david-mcafee commented Oct 25, 2023

Description of changes

feat(data): update and re-enable GraphQL API unit tests

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

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

stocaaro and others added 3 commits October 24, 2023 20:56
* fix(api-graphql): Subscription authtype overriding

* fix(api-graphql): Reintroduce subscription tests

* Update GraphQLAPI.test.ts
@david-mcafee david-mcafee requested review from a team as code owners October 25, 2023 06:00
@@ -986,76 +978,6 @@ describe('API test', () => {
expect(observable).not.toBe(undefined);
});

// TODO:
// test('happy case mutation', async () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this since happy-case mutations are already covered in the api-v6 tests.

@stocaaro stocaaro merged commit c5474d6 into next/main Oct 25, 2023
26 of 27 checks passed
@david-mcafee david-mcafee deleted the next/main-re-enable-tests branch October 25, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants