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

template/koa-rest-api: Remove not.toBe(404)s #1606

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jul 5, 2024

These are super dodgy because they often go unloved as an API evolves and end up sending real outbound requests to upstreams when you run the test suite. Typically the upstreams don't respond with a 404 so the tests still pass, but it's gross.

These are super dodgy because they often go unloved as an API evolves
and end up sending real outbound requests to upstreams when you run the
test suite. Typically the upstreams don't respond with a 404 so the
tests still pass, but it's gross.
@72636c 72636c requested a review from a team as a code owner July 5, 2024 05:58
Copy link

changeset-bot bot commented Jul 5, 2024

🦋 Changeset detected

Latest commit: b62c60a

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@72636c 72636c merged commit 619231c into main Jul 5, 2024
15 checks passed
@72636c 72636c deleted the no-dodgy-not-404s branch July 5, 2024 06:47
@seek-oss-ci seek-oss-ci mentioned this pull request Jul 5, 2024
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.

2 participants