Skip to content

Commit

Permalink
Fix test mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyTaylor committed Nov 6, 2023
1 parent b0ce226 commit 6fbbf16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/models/labware_creators/multi_stamp_tubes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@
assets: parent_receptacle_uuids,
request_options: purpose_config[:submission_options]['Cardinal library prep']['request_options'],
user: user_uuid,
autodetect_studies_projects: false
autodetect_studies: false,
autodetect_projects: false
}
},
body: '{"order":{"uuid":"order-uuid"}}'
Expand Down

0 comments on commit 6fbbf16

Please sign in to comment.