Skip to content

Commit

Permalink
Update filesystems/blob/src/main/scala/cromwell/filesystems/blob/Blob…
Browse files Browse the repository at this point in the history
…FileSystemManager.scala

Co-authored-by: Adam Nichols <anichols@broadinstitute.org>
  • Loading branch information
THWiseman and aednichols authored Nov 13, 2023
1 parent 5293997 commit 60f999b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class WSMBlobSasTokenGenerator(wsmClientProvider: WorkspaceManagerApiClientProvi
(for {
wsmAuth <- wsmAuthToken
wsmAzureResourceClient = wsmClientProvider.getControlledAzureResourceApi(wsmAuth)
resourceId <- getContainerResourceId(workspaceId, container, Some(wsmAuth))
resourceId <- getContainerResourceId(workspaceId, container, Option(wsmAuth))

Check warning on line 191 in filesystems/blob/src/main/scala/cromwell/filesystems/blob/BlobFileSystemManager.scala

View check run for this annotation

Codecov / codecov/patch

filesystems/blob/src/main/scala/cromwell/filesystems/blob/BlobFileSystemManager.scala#L191

Added line #L191 was not covered by tests
sasToken <- wsmAzureResourceClient.createAzureStorageContainerSasToken(workspaceId, resourceId)
} yield sasToken).recoverWith {
// If the storage account was still not found in WSM, this may be a public filesystem
Expand Down

0 comments on commit 60f999b

Please sign in to comment.