FIx invalid patch syntax

This commit is contained in:
James Agnew 2019-04-24 15:00:03 -04:00
parent da962b8c10
commit c8c81c2ebc
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ public class AuthorizationInterceptorResourceProviderR4Test extends BaseResource
});
String patchBody = "[\n" +
" { \"op\": \"replace\", \"path\": \"Observation/status\", \"value\": \"amended\" }\n" +
" { \"op\": \"replace\", \"path\": \"/status\", \"value\": \"amended\" }\n" +
" ]";
// Allowed