Fix mock tests
This commit is contained in:
@@ -18,8 +18,8 @@ public class TroostwijkMonitor {
|
||||
|
||||
private static final String LOT_API = "https://api.troostwijkauctions.com/lot/7/list";
|
||||
|
||||
RateLimitedHttpClient2 httpClient;
|
||||
ObjectMapper objectMapper;
|
||||
RateLimitedHttpClient httpClient;
|
||||
ObjectMapper objectMapper;
|
||||
@Getter DatabaseService db;
|
||||
NotificationService notifier;
|
||||
ObjectDetectionService detector;
|
||||
@@ -38,7 +38,7 @@ public class TroostwijkMonitor {
|
||||
String classNamesPath)
|
||||
throws SQLException, IOException {
|
||||
|
||||
httpClient = new RateLimitedHttpClient2();
|
||||
httpClient = new RateLimitedHttpClient();
|
||||
objectMapper = new ObjectMapper();
|
||||
db = new DatabaseService(databasePath);
|
||||
notifier = new NotificationService(notificationConfig);
|
||||
|
||||
Reference in New Issue
Block a user