diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-11-16 13:48:56 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-11-16 13:48:56 +0500 |
commit | 078b1feb5eadd10f938e7002a2477e4936b3de88 (patch) | |
tree | 8ef9be40a016b57e1cfb011e1f98e0d701e09bce | |
parent | a3256b077c74e3d4fd38a0311b8d6ec85aff3ad1 (diff) |
Remove the login and password from the testData.json file
-rw-r--r-- | src/main/resources/testData.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |