This commit is contained in:
jamesagnew 2016-04-21 07:51:14 -04:00
parent fcf0604e98
commit 246a7c5e16
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class ResourceProviderDstu2Test extends BaseResourceProviderDstu2Test {
client.create().resource(resBody).execute().getId();
fail();
} catch (UnprocessableEntityException e) {
assertThat(e.getMessage(), containsString("Unable to store a Bundle resource on this server with a Bundle.type value other than 'document' - Value was: transaction"));
assertThat(e.getMessage(), containsString("Unable to store a Bundle resource on this server with a Bundle.type of: transaction"));
}
}