Skip to content

Commit 3856854

Browse files
committed
fix checkstyle
1 parent 2c1ea26 commit 3856854

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

google-cloud-storage/src/test/java/com/google/cloud/storage/GrpcOpenTelemetryTest.java

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1615
*/
1716

1817
package com.google.cloud.storage;
1918

2019
import com.google.api.core.ApiClock;
20+
import com.google.auth.Credentials;
21+
import com.google.cloud.NoCredentials;
2122
import com.google.cloud.storage.it.runner.StorageITRunner;
2223
import com.google.cloud.storage.it.runner.annotations.Backend;
2324
import com.google.cloud.storage.it.runner.annotations.Inject;
@@ -66,6 +67,7 @@ public void setUp() {
6667
StorageOptions.grpc()
6768
.setHost(testBench.getGRPCBaseUri())
6869
.setProjectId("projectId")
70+
.setCredentials(NoCredentials.getInstance())
6971
.setOpenTelemetrySdk(openTelemetrySdk)
7072
.build();
7173
}

0 commit comments

Comments
 (0)