From 8bf7b9c0230897b14b260ccb284c66785840ba32 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Fri, 14 Mar 2025 19:04:31 +0100 Subject: [PATCH] Update wf-test.json --- json/wf-test.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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": [] }