Skip to content

Commit

Permalink
Update server/tests/integration/test_utilities.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <korikuzma@gmail.com>
  • Loading branch information
katiestahl and korikuzma authored Sep 27, 2024
1 parent 70b04f7 commit 6a89567
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/tests/integration/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ def check_coords_response(response: dict, expected_response: dict):
check_coords_response,
)

# TODO: add back / adjust this test when https://github.com/GenomicMedLab/cool-seq-tool/issues/372 is addressed
# await check_response(
# "/api/utilities/get_exon?chromosome=NC_000001.11&start=154192131&gene=TPM3",
# {"warnings": ["Must find exactly one row for genomic data, but found: 0"]},
# check_coords_response,
# )

# check correct response for genomic coordinate that occurs between exons (should get nearest junction)
await check_response(
Expand Down

0 comments on commit 6a89567

Please sign in to comment.