FIx invalid patch syntax
This commit is contained in:
parent
da962b8c10
commit
c8c81c2ebc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue