diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-11-03 22:39:06 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-11-03 22:39:06 +0500 |
commit | cc2bb8fa216230e7b2a36415bf21c54cb49ad827 (patch) | |
tree | e105bb739a739746ecdaf02494a9e19414da0516 | |
parent | e7a7875a39e86168f86cdeda089f37ccfb52136c (diff) |
Add the project object to the testData.json file
-rw-r--r-- | src/main/resources/testData.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index 449804e..3539460 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -3,5 +3,9 @@ "user": { "login": "login", "password": "password" + }, + "project": { + "name": "Nexage", + "id": "1" } }
\ No newline at end of file |