Skip to content

Commit

Permalink
undid aseertion changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Sep 13, 2023
1 parent c9ecad3 commit 1899235
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/webuploader/test_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ def test_qc_multiple_pipelines(self, client, run_multiple_analysis, results):
assert response.status_code == status.HTTP_200_OK
rsp = response.json()
if results["pipeline"] == "5.0":
# assert len(rsp["data"]["attributes"]["analysis-summary"]) == 12
assert len(rsp["data"]["attributes"]["analysis-summary"]) == 7
assert len(rsp["data"]["attributes"]["analysis-summary"]) == 12
else:
assert len(rsp["data"]["attributes"]["analysis-summary"]) == 5

Expand Down

0 comments on commit 1899235

Please sign in to comment.