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:
Stan Lagun 2014-09-29 12:45:06 +04:00
parent 6252069be0
commit 387d309b4a

View File

@ -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