Fix plugin test to expect user flag

This commit is contained in:
Nick O'Leary 2021-01-26 13:49:13 +00:00
parent 6e718ca772
commit 8e7a230dbc
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ test-module-config`)
"id": "test-module/test-set",
"enabled": true,
"local": false,
"user": false,
"plugins": [
{
"type": "foo",
@ -142,6 +143,7 @@ test-module-config`)
"id": "test-module/test-disabled-set",
"enabled": false,
"local": false,
"user": false,
"plugins": []
}
]