diff --git a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala index 8a0661a359..ba7cfd3a38 100644 --- a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala +++ b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala @@ -1066,7 +1066,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/stderr" batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath]) batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe - "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/hello.log" + "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/task.log" } it should "return Batch log paths for scattered call" in { @@ -1114,7 +1114,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/stderr" batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath]) batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe - "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/B-2.log" + "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/task.log" } it should "return the project from the workflow options in the start metadata" in {