diff --git a/json/wf-test.json b/json/wf-test.json index 6ac6952..790de8b 100644 --- a/json/wf-test.json +++ b/json/wf-test.json @@ -25,17 +25,8 @@ } ], "default_credentials": { - "username": "test", - "password": "password" + "username": null, + "password": null }, - "notes": [ - { - "text": "note1", - "type": "warning" - }, - { - "text": "note2", - "type": "warning" - } - ] + "notes": [] }