Skip to content

Commit 94bcd28

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 6561 b: refs/heads/tswast-patch-1 c: 9394d28 h: refs/heads/master i: 6559: 9cc1d75
1 parent 1cbb98c commit 94bcd28

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: e063bc5707ae1cac53f8d2ec0d3d971dd94e617e
60+
refs/heads/tswast-patch-1: 9394d2819d2c92dc3421d986846c101d5e65f7ac
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-datastore/src/test/java/com/google/gcloud/datastore/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public class SerializationTest {
135135
public void testServiceOptions() throws Exception {
136136
DatastoreOptions options =
137137
DatastoreOptions.builder()
138-
.authCredentials(AuthCredentials.createApplicationDefaults())
139138
.normalizeDataset(false)
140139
.projectId("ds1")
141140
.build();

branches/tswast-patch-1/gcloud-java-storage/src/test/java/com/google/gcloud/storage/SerializationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void testServiceOptions() throws Exception {
7676
StorageOptions options =
7777
StorageOptions.builder()
7878
.projectId("p1")
79-
.authCredentials(AuthCredentials.createApplicationDefaults())
8079
.build();
8180
StorageOptions serializedCopy = serializeAndDeserialize(options);
8281
assertEquals(options, serializedCopy);

0 commit comments

Comments
 (0)