Skip to content

Commit 4dafb68

Browse files
committed
test(gax-httpjson): add clean non-reflective unit tests for HttpJsonConscryptUtils and ManagedHttpJsonChannel
1 parent 39ebb42 commit 4dafb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/ManagedHttpJsonChannelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
class ManagedHttpJsonChannelTest {
4040

4141
@Test
42-
void testBuilder_defaultHttpTransport_usesConscryptConfiguredTransport() {
42+
void testBuilder_defaultHttpTransport_usesConscryptConfiguredTransport() throws Exception {
4343
ManagedHttpJsonChannel channel =
4444
ManagedHttpJsonChannel.newBuilder().setEndpoint("localhost:8080").build();
4545
assertThat(channel).isNotNull();

0 commit comments

Comments
 (0)