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

Fix slash typo in /api/v1/sequencing-groupCPGID endpoint #1025

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

jmarshall
Copy link
Contributor

@jmarshall jmarshall commented Feb 5, 2025

Add '/' so the endpoint is at the intended URL, and correct the return type to avoid it always failing with "that's not a string". Other similar endpoints returning to_external() either leave the return type unspecified or return the appropriate external model type like this.

It's easily enough fixed, so we might as well do that rather than delete it.

Fixes SET-386.

Add '/' so the endpoint is at the intended URL, and correct the
return type to avoid it always failing with "that's not a string".
Other similar endpoints returning `to_external()` either leave the
return type unspecified or return the appropriate external model
type like this.
@jmarshall jmarshall requested a review from dancoates February 5, 2025 04:29
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.46%. Comparing base (8a19338) to head (7ebcae4).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1025   +/-   ##
=======================================
  Coverage   82.46%   82.46%           
=======================================
  Files         188      188           
  Lines       16369    16369           
=======================================
  Hits        13499    13499           
  Misses       2870     2870           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmarshall jmarshall merged commit b36dc55 into dev Feb 5, 2025
9 checks passed
@jmarshall jmarshall deleted the SET-386-get_sequencing_group branch February 5, 2025 04:35
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