File tree Expand file tree Collapse file tree 7 files changed +16
-2
lines changed
finch-java-core/src/test/kotlin/com/tryfinch/api/services Expand file tree Collapse file tree 7 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 45
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-fb9ba13b8189c4223972e38677ea301c3121358e88fbfc9e4ec95ea5cc92f530 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-1a82d3230c420c8562600b0ad45133d79ab68ffd21d524ab26eef11e163dba09 .yml
33openapi_spec_hash : 7bd02ce73505e51c5fd78608fed55c62
4- config_hash : acf5ff659c4400f8c6ee5a2488a83904
4+ config_hash : 81eb5297df860cf29f8c5bdbf9f89608
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClientAsync
77import com.tryfinch.api.models.ConnectSessionNewParams
88import com.tryfinch.api.models.ConnectSessionReauthenticateParams
9+ import org.junit.jupiter.api.Disabled
910import org.junit.jupiter.api.Test
1011import org.junit.jupiter.api.extension.ExtendWith
1112
1213@ExtendWith(TestServerExtension ::class )
1314internal class SessionServiceAsyncTest {
1415
16+ @Disabled(" prism tests are broken" )
1517 @Test
1618 fun new_ () {
1719 val client =
@@ -45,6 +47,7 @@ internal class SessionServiceAsyncTest {
4547 response.validate()
4648 }
4749
50+ @Disabled(" prism tests are broken" )
4851 @Test
4952 fun reauthenticate () {
5053 val client =
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ package com.tryfinch.api.services.async.sandbox
55import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClientAsync
77import com.tryfinch.api.models.SandboxConnectionCreateParams
8+ import org.junit.jupiter.api.Disabled
89import org.junit.jupiter.api.Test
910import org.junit.jupiter.api.extension.ExtendWith
1011
1112@ExtendWith(TestServerExtension ::class )
1213internal class ConnectionServiceAsyncTest {
1314
15+ @Disabled(" prism tests are broken" )
1416 @Test
1517 fun create () {
1618 val client =
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ import com.tryfinch.api.client.okhttp.FinchOkHttpClientAsync
77import com.tryfinch.api.models.ConnectionStatusType
88import com.tryfinch.api.models.SandboxConnectionAccountCreateParams
99import com.tryfinch.api.models.SandboxConnectionAccountUpdateParams
10+ import org.junit.jupiter.api.Disabled
1011import org.junit.jupiter.api.Test
1112import org.junit.jupiter.api.extension.ExtendWith
1213
1314@ExtendWith(TestServerExtension ::class )
1415internal class AccountServiceAsyncTest {
1516
17+ @Disabled(" prism tests are broken" )
1618 @Test
1719 fun create () {
1820 val client =
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClient
77import com.tryfinch.api.models.ConnectSessionNewParams
88import com.tryfinch.api.models.ConnectSessionReauthenticateParams
9+ import org.junit.jupiter.api.Disabled
910import org.junit.jupiter.api.Test
1011import org.junit.jupiter.api.extension.ExtendWith
1112
1213@ExtendWith(TestServerExtension ::class )
1314internal class SessionServiceTest {
1415
16+ @Disabled(" prism tests are broken" )
1517 @Test
1618 fun new_ () {
1719 val client =
@@ -44,6 +46,7 @@ internal class SessionServiceTest {
4446 response.validate()
4547 }
4648
49+ @Disabled(" prism tests are broken" )
4750 @Test
4851 fun reauthenticate () {
4952 val client =
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ package com.tryfinch.api.services.blocking.sandbox
55import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClient
77import com.tryfinch.api.models.SandboxConnectionCreateParams
8+ import org.junit.jupiter.api.Disabled
89import org.junit.jupiter.api.Test
910import org.junit.jupiter.api.extension.ExtendWith
1011
1112@ExtendWith(TestServerExtension ::class )
1213internal class ConnectionServiceTest {
1314
15+ @Disabled(" prism tests are broken" )
1416 @Test
1517 fun create () {
1618 val client =
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ import com.tryfinch.api.client.okhttp.FinchOkHttpClient
77import com.tryfinch.api.models.ConnectionStatusType
88import com.tryfinch.api.models.SandboxConnectionAccountCreateParams
99import com.tryfinch.api.models.SandboxConnectionAccountUpdateParams
10+ import org.junit.jupiter.api.Disabled
1011import org.junit.jupiter.api.Test
1112import org.junit.jupiter.api.extension.ExtendWith
1213
1314@ExtendWith(TestServerExtension ::class )
1415internal class AccountServiceTest {
1516
17+ @Disabled(" prism tests are broken" )
1618 @Test
1719 fun create () {
1820 val client =
You can’t perform that action at this time.
0 commit comments