Skip to content

Commit

Permalink
Merge pull request #1439 from sanger/revert-1437-y24-318-modify-messa…
Browse files Browse the repository at this point in the history
…ge-sample-name

Revert "Y24 318 modify message send to warehouse so that the id_sample_lims will be the sample name"
  • Loading branch information
seenanair authored Sep 24, 2024
2 parents 9ce3c47 + 80627c2 commit ccae2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/pipelines/reception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default: &default
last_updated: *timestamp
id_sample_lims:
type: :model
value: name
value: id
uuid_sample_lims:
type: :model
value: external_id
Expand Down
2 changes: 1 addition & 1 deletion spec/requests/v1/reception_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def publish(message)
'lims' => 'Traction', 'sample' => {
'common_name' => 'human',
'last_updated' => /.*/,
'id_sample_lims' => /.*/,
'id_sample_lims' => /\d/,
'uuid_sample_lims' => /.*/,
'name' => /.*/,
'public_name' => 'PublicName',
Expand Down

0 comments on commit ccae2fa

Please sign in to comment.