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

nsc-events-nestjs-6-110-remove-duplicate-GET-handler #111

Merged
merged 3 commits into from
May 10, 2024

Conversation

cshimm
Copy link
Contributor

@cshimm cshimm commented May 3, 2024

Relates to #110

A duplicate GET('') handler was left in after PR #109, causing the correct GET('') handler with the numEvents query parameter to be ignored.

Also updates ActivityController tests to handle new route.

@cshimm cshimm added the bug Something isn't working label May 3, 2024
@cshimm cshimm self-assigned this May 3, 2024
@cshimm cshimm linked an issue May 3, 2024 that may be closed by this pull request
@cshimm cshimm marked this pull request as ready for review May 5, 2024 00:36
@cshimm cshimm requested review from Ali-7s, bennettsf, IsaacJrTypes, nwm516, a team, bcko, Exochos, Seiyaroo, tinpham5614, heosman, brinkbrink and taylorpapke and removed request for a team May 5, 2024 00:37
Copy link
Contributor

@taylorpapke taylorpapke left a comment

Choose a reason for hiding this comment

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

Appears to be working properly when I run the code. Tests are also passing:
Screenshot 2024-05-05 at 2 02 55 PM

Copy link
Contributor

@IsaacJrTypes IsaacJrTypes left a comment

Choose a reason for hiding this comment

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

Working as intended. Had no issues with post man. The added test passed on my end as well.
CleanShot 2024-05-06 at 14 56 04@2x

Copy link
Contributor

@heosman heosman left a comment

Choose a reason for hiding this comment

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

The get all activities endpoint is working properly when I tested in Postman. Also, the added tests for the ActivityController passed.

image image

Copy link
Contributor

@intisarosman1 intisarosman1 left a comment

Choose a reason for hiding this comment

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

The tests run perfectly with no problems and everything works on Postman too.
Screenshot 2024-05-10 080417
Screenshot 2024-05-10 081031

@taylorpapke taylorpapke merged commit 5d11786 into main May 10, 2024
3 checks passed
@taylorpapke taylorpapke deleted the bug-110-remove-duplicate-get-handler branch May 10, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

BUG: Remove duplicate GET('') handler
5 participants