Skip to content

Commit

Permalink
Update internal_id for existing sample in MIP DNA order fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottBo committed Jan 21, 2025
1 parent 63c4d7f commit 762f640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture_plugins/orders_fixtures/order_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ def mip_dna_order_with_existing_samples(mip_dna_order_to_submit: dict) -> MipDna
mip_dna_order_to_submit["user_id"] = 1
mip_dna_order_with_existing_samples = MipDnaOrder.model_validate(mip_dna_order_to_submit)
mip_dna_order_with_existing_samples.cases[0].samples.append(
ExistingSample(internal_id="ABC123")
ExistingSample(internal_id="ACC1234")
)
return mip_dna_order_with_existing_samples

0 comments on commit 762f640

Please sign in to comment.