Fixes typo in JsonPatch UT
Unit test became broken because of a type once jsonpatch library update to version 1.8 Change-Id: Ida0fb1ccf31988606b4d1af4e5162157f5c94d27
This commit is contained in:
parent
6252069be0
commit
387d309b4a
@ -204,7 +204,7 @@ Methods:
|
||||
path: '/baz/1'
|
||||
- op: test
|
||||
path: '/baz'
|
||||
value': [1, 3]
|
||||
value: [1, 3]
|
||||
- op: replace
|
||||
path: '/baz/0'
|
||||
value: 42
|
||||
|
Loading…
Reference in New Issue
Block a user