mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix plugin test to expect user flag
This commit is contained in:
parent
6e718ca772
commit
8e7a230dbc
@ -120,6 +120,7 @@ test-module-config`)
|
|||||||
"id": "test-module/test-set",
|
"id": "test-module/test-set",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"local": false,
|
"local": false,
|
||||||
|
"user": false,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "foo",
|
"type": "foo",
|
||||||
@ -142,6 +143,7 @@ test-module-config`)
|
|||||||
"id": "test-module/test-disabled-set",
|
"id": "test-module/test-disabled-set",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"local": false,
|
"local": false,
|
||||||
|
"user": false,
|
||||||
"plugins": []
|
"plugins": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user