Skip to content

Commit

Permalink
mvn:spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 18, 2023
1 parent be4c6d8 commit 0754f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,7 @@ public Future<List<ArchiveDirectory>> getRecordingsAndDirectories() {
"beta/recordings",
"beta/fs/recordings"),
webServer
.getArchivedReportURL(
jvmId, file)
.getArchivedReportURL(jvmId, file)
.replace(
"beta/reports",
"beta/fs/reports"),
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/itest/FileSystemArchivedRequestsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ void testGetRecordingsAndDirectories() throws Exception {
.getPath()
.replaceFirst(
"/api/v1/recordings",
String.format(
"/api/beta/fs/recordings/%s", jvmId));
String.format("/api/beta/fs/recordings/%s", jvmId));
cleanupCreatedResources(updatedArchivedPath);
}
if (assetDownload != null) {
Expand Down

0 comments on commit 0754f60

Please sign in to comment.