Test fix
This commit is contained in:
parent
a0f66eb53a
commit
026d57394c
|
@ -232,11 +232,12 @@ public class CrossPartitionReferencesTest extends BaseJpaR5Test {
|
|||
private static RequestPartitionId selectPartition(String resourceType) {
|
||||
switch (resourceType) {
|
||||
case "Patient":
|
||||
case "RelatedPerson":
|
||||
return PARTITION_PATIENT;
|
||||
case "Observation":
|
||||
return PARTITION_OBSERVATION;
|
||||
default:
|
||||
throw new InternalErrorException("Don't know how to handle resource type");
|
||||
throw new InternalErrorException("Don't know how to handle resource type: " + resourceType);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue