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

Remove usage of UrlGeneratorHelper #1165

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

fmrsabino
Copy link
Contributor

@fmrsabino fmrsabino commented Feb 19, 2024

Removes the usage of UrlGeneratorHelper in alerts.controller.spec.ts. With its removal, it is now easier to catch potential issues around the URL generation that we return to the clients (i.e.: by decoupling the assertions from the implementation).

@fmrsabino fmrsabino self-assigned this Feb 19, 2024
@fmrsabino fmrsabino requested a review from a team as a code owner February 19, 2024 16:13
iamacook
iamacook previously approved these changes Feb 19, 2024
@coveralls
Copy link

coveralls commented Feb 19, 2024

Pull Request Test Coverage Report for Build 7974010876

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 93.779%

Files with Coverage Reduction New Missed Lines %
src/routes/transactions/entities/tests/human-description.builder.ts 2 80.0%
Totals Coverage Status
Change from base Build 7973314163: 0.05%
Covered Lines: 6124
Relevant Lines: 6317

💛 - Coveralls

Base automatically changed from send-unsubscription-substitution to main February 20, 2024 12:18
@fmrsabino fmrsabino dismissed iamacook’s stale review February 20, 2024 12:18

The base branch was changed.

Removes the usage of `UrlGeneratorHelper` in `alerts.controller.spec.ts`. With its removal, it is now easier to catch potential issues around the URL generation that we return to the clients (i.e.: by decoupling the assertions from the implementation).
@fmrsabino fmrsabino force-pushed the remove-url-generator-helper-tests branch from e39db73 to 6a87120 Compare February 20, 2024 13:09
@fmrsabino fmrsabino merged commit 8b91327 into main Feb 20, 2024
16 checks passed
@fmrsabino fmrsabino deleted the remove-url-generator-helper-tests branch February 20, 2024 13:30
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.

3 participants