mirror of https://github.com/node-red/node-red.git
Update debug node test for circular references
parent
e7cc42a927
commit
b6b65b6bf7
|
@ -214,7 +214,7 @@ describe('debug node', function() {
|
|||
topic:"debug",
|
||||
data:{
|
||||
id:"n1",
|
||||
msg:'{\n "name": "bar",\n "o": "[circular]"\n}',
|
||||
msg:'{\n "name": "bar",\n "o": "[Circular ~]"\n}',
|
||||
property:"payload",format:"Object"
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue