Skip to content

Commit 7b24fb1

Browse files
author
Kyle Weaver
committed
set region in DataflowWorkUnitClientTest
1 parent 7b5a337 commit 7b24fb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/DataflowWorkUnitClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public void setUp() throws Exception {
8686
pipelineOptions.setWorkerId(WORKER_ID);
8787
pipelineOptions.setGcpCredential(new TestCredential());
8888
pipelineOptions.setDataflowClient(service);
89+
pipelineOptions.setRegion("us-central1");
8990
}
9091

9192
@Test

0 commit comments

Comments
 (0)