Skip to content

Commit

Permalink
Fix snomed pipeline tests
Browse files Browse the repository at this point in the history
Co-authored-by: @Panthevm <[email protected]>
  • Loading branch information
ApricotLace and Panthevm committed Oct 18, 2023
1 parent 157f3b5 commit 893faff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ftr/ci_pipelines/snomed/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
:href)]
{:snomed-info
{:snomed-zip-url download-url
:version (-> download-url
(str/split #"/")
(last)
(str/split #"_")
(last)
(str/split #"T")
(first))
:version (some-> download-url
(str/split #"/")
(last)
(str/split #"_")
(last)
(str/split #"T")
(first))
:complete-download-url (format complete-download-url-format download-url api-key)}})))


Expand Down

0 comments on commit 893faff

Please sign in to comment.