Skip to content

Commit

Permalink
unformatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 8, 2023
1 parent 4274a18 commit f1d6bb1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ object TesAsyncBackendJobExecutionActor {
blobFiles.headOption
.map { blobPath =>
blobPath.getFilesystemManager.blobTokenGenerator match {
case wsmGenerator: WSMBlobSasTokenGenerator =>
wsmGenerator.getWSMSasFetchEndpoint(blobPath, Some(Duration.of(24, ChronoUnit.HOURS)))
case wsmGenerator: WSMBlobSasTokenGenerator => wsmGenerator.getWSMSasFetchEndpoint(blobPath, Some(Duration.of(24, ChronoUnit.HOURS)))

Check warning on line 181 in supportedBackends/tes/src/main/scala/cromwell/backend/impl/tes/TesAsyncBackendJobExecutionActor.scala

View check run for this annotation

Codecov / codecov/patch

supportedBackends/tes/src/main/scala/cromwell/backend/impl/tes/TesAsyncBackendJobExecutionActor.scala#L181

Added line #L181 was not covered by tests
case _ =>
Failure(new UnsupportedOperationException("Blob file does not have an associated WSMBlobSasTokenGenerator"))
}
Expand Down

0 comments on commit f1d6bb1

Please sign in to comment.