File tree Expand file tree Collapse file tree
gcloud-java-datastore/src/test/java/com/google/gcloud/datastore
gcloud-java-storage/src/test/java/com/google/gcloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: e063bc5707ae1cac53f8d2ec0d3d971dd94e617e
2+ refs/heads/master: 9394d2819d2c92dc3421d986846c101d5e65f7ac
33refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99
Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments