This commit is contained in:
Nathan Doef 2023-03-07 14:28:31 -05:00 committed by GitHub
parent bfa8ca9571
commit 2f3108c2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ public class FhirResourceDaoR4SearchDistanceTest extends BaseJpaR4Test {
parameter.setType(Enumerations.SearchParamType.SPECIAL);
parameter.setExpression("Location.address.postalCode");
mySearchParameterDao.update(parameter, new SystemRequestDetails());
mySearchParamRegistry.forceRefresh();
//And given an OrganizationAffiliation->Location reference
Location location = new Location();