summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-11-03 22:39:06 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-11-03 22:39:06 +0500
commitcc2bb8fa216230e7b2a36415bf21c54cb49ad827 (patch)
treee105bb739a739746ecdaf02494a9e19414da0516 /src/main
parente7a7875a39e86168f86cdeda089f37ccfb52136c (diff)
Add the project object to the testData.json file
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/testData.json4
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