From 2ec0d544ebfd7657a3a14b37a36db5b46e200b88 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Fri, 14 Oct 2022 00:03:53 +0500 Subject: Solve 1st test case --- src/main/resources/config.json | 11 ++++++++++- src/main/resources/testData.json | 11 +---------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/config.json b/src/main/resources/config.json index c74a5d3..c705536 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -1,6 +1,6 @@ { "browser": { - "url": "https://vk.com/" + "url": "https://google.com/" }, "randomTextGenerator": { "lettersLowerBound": "97", @@ -14,5 +14,14 @@ "httpUrlConnection": { "connectTimeout": "5000", "readTimeout": "5000" + }, + "database": { + "name": "union_reporting", + "driver": "com.mysql.cj.jdbc.Driver", + "url": "jdbc:mysql://localhost:3306", + "user": { + "name": "root", + "password": "root" + } } } \ No newline at end of file diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index b9e625c..ddbd559 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -1,12 +1,3 @@ { - "vkontakte": { - "account": { - "login": "+375291660762", - "password": "PuV6j_.2&$m9h?UYY", - "token": "vk1.a.561gn7U4rn2BEzsWNwjS60U1UYG6Xg1ji83IyUzWVwVd1E5E5MDxkrlCzVkvtDd9GudMzfdQoLemln0O-O0kogmg-XMjiu6HUJfTqLz8VXKMmb9cnnjKNlp-bO0kFS02GQqlVjebADYaalef6dTOXZbiUN9idqKe2VgUef1gh7yu0GBiqUgNaRPBYzBgPKoI" - }, - "photoFromAlbum": { - "id": "457252090" - } - } + "testsLowerDate": "2015-11-07" } \ No newline at end of file -- cgit v1.2.3