Skip to content

Commit 893df18

Browse files
committed
oops
1 parent 40252e2 commit 893df18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec
10661066
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/stderr"
10671067
batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath])
10681068
batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe
1069-
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/hello.log"
1069+
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/task.log"
10701070
}
10711071

10721072
it should "return Batch log paths for scattered call" in {
@@ -1114,7 +1114,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec
11141114
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/stderr"
11151115
batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath])
11161116
batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe
1117-
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/B-2.log"
1117+
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/task.log"
11181118
}
11191119

11201120
it should "return the project from the workflow options in the start metadata" in {

0 commit comments

Comments
 (0)