Skip to content

Commit

Permalink
Revert path-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Jugon committed Nov 26, 2024
1 parent 26b404c commit 101ab88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ private void assertS3ClientLogs(int expected) {
}
assertThat(logsFromS3Client).isEqualTo(expected);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ public void prometheus() {
await().atMost(TIMEOUT, TimeUnit.SECONDS)
.until(() -> client.execute(request).getStatusLine().getStatusCode() == 200);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ RepositoryCleanupService repositoryCleanupService(
DisableTablesService disableTablesService() {
return () -> {};
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ private void updateStatus(HousekeepingPath housekeepingPath, HousekeepingStatus
housekeepingPath.setHousekeepingStatus(status);
housekeepingPathRepository.save(housekeepingPath);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ public void verifyDisableTablesService() {
DisableTablesService disableTablesService = commonBeans.disableTablesService();
assertThat(disableTablesService).isNotNull();
}
}
}

0 comments on commit 101ab88

Please sign in to comment.