Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Oct 23, 2023
1 parent 408e008 commit 05cab44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object TesAsyncBackendJobExecutionActor {
|export AZURE_STORAGE_SAS_TOKEN=$$(echo "$${sas_response_json}" | jq -r '.token')
|
|# Echo the first characters for logging/debugging purposes. "null" indicates something went wrong.
|echo Acquired sas token: "$${AZURE_STORAGE_SAS_TOKEN:0:3}****"
|echo Acquired sas token: "$${AZURE_STORAGE_SAS_TOKEN:0:4}****"
|### END ACQUIRE LOCAL SAS TOKEN ###
|""".stripMargin

Check warning on line 94 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#L94

Added line #L94 was not covered by tests
}
Expand Down

0 comments on commit 05cab44

Please sign in to comment.