From 078b1feb5eadd10f938e7002a2477e4936b3de88 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Wed, 16 Nov 2022 13:48:56 +0500 Subject: Remove the login and password from the testData.json file --- src/main/resources/testData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/testData.json') diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index 3539460..c50c13d 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -1,8 +1,8 @@ { "variant": "2", "user": { - "login": "login", - "password": "password" + "login": "", + "password": "" }, "project": { "name": "Nexage", -- cgit v1.2.3