-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update evaluate cache to use a smaller key #2939
Conversation
Co-authored-by: Mary McGrath <m.c.mcgrath13@gmail.com>
containers/fhir-converter/Dockerfile
Outdated
@@ -1,7 +1,7 @@ | |||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build | |||
|
|||
# Download FHIR-Converter | |||
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-11 --single-branch /build/FHIR-Converter | |||
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch boban/add-id-to-bundle --single-branch /build/FHIR-Converter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo - update this to latest
@@ -52,7 +52,7 @@ describe("Snapshot test for Procedures (Treatment Details)", () => { | |||
performedDateTime: "06/24/2022", | |||
}, | |||
{ | |||
id: "b40f0081-4052-4971-3f3b-e3d9f5e1e44d", | |||
id: "b40f0081-4052-4971-3f3b-e3d9f5e1e44e", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change the id here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because this ID was duplicated in this example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
PULL REQUEST
Summary
Related Issue
Fixes #2679
Additional Information
Anything else the review team should know?