diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-11-02 21:47:29 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-11-03 21:22:29 +0500 |
commit | ac1a4d36a14695a2284198574f198997db8fe659 (patch) | |
tree | 8d9f566b14357bed5874926d0ddb36d498e3f540 /src/main/resources | |
parent | 7f42595e4a286fc92ad0ac091dce6c47ae90f6af (diff) |
Solve the 2nd step of the TestCase1 test case
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/testData.json | 6 |
1 files changed, 5 insertions, 1 deletions
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 |