From ac1a4d36a14695a2284198574f198997db8fe659 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Wed, 2 Nov 2022 21:47:29 +0500 Subject: Solve the 2nd step of the TestCase1 test case --- src/main/resources/testData.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/testData.json') diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index b72cf8f..449804e 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -1,3 +1,7 @@ { - "variant": "2" + "variant": "2", + "user": { + "login": "login", + "password": "password" + } } \ No newline at end of file -- cgit v1.2.3