From cc2bb8fa216230e7b2a36415bf21c54cb49ad827 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Thu, 3 Nov 2022 22:39:06 +0500 Subject: Add the project object to the testData.json file --- src/main/resources/testData.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/resources/testData.json') 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 -- cgit v1.2.3