Skip to content

Commit

Permalink
Reapply "Merge pull request #1437 from sanger/y24-318-modify-message-…
Browse files Browse the repository at this point in the history
…sample-name"

This reverts commit b18f585.
  • Loading branch information
seenanair committed Sep 24, 2024
1 parent b18f585 commit 9ce3c47
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: id
value: name
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' => /\d/,
'id_sample_lims' => /.*/,
'uuid_sample_lims' => /.*/,
'name' => /.*/,
'public_name' => 'PublicName',
Expand Down

0 comments on commit 9ce3c47

Please sign in to comment.