File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
finch-java-core/src/test/kotlin/com/tryfinch/api/services Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 45
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46f433f34d440aa1dfcc48cc8d822c598571b68be2f723ec99e1b4fba6c13b1e.yml
33openapi_spec_hash : 5b5cd728776723ac773900f7e8a32c05
4- config_hash : 83522e0e335cf983f8d2119c1f2bba18
4+ config_hash : ccdf6a5b4aaa2a0897c89ac8685d8eb0
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ package com.tryfinch.api.services.async
55import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClientAsync
77import com.tryfinch.api.models.AccessTokenCreateParams
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 AccessTokenServiceAsyncTest {
1314
15+ @Disabled(" prism doesnt like the format for the API-Version header" )
1416 @Test
1517 fun create () {
1618 val client =
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ package com.tryfinch.api.services.blocking
55import com.tryfinch.api.TestServerExtension
66import com.tryfinch.api.client.okhttp.FinchOkHttpClient
77import com.tryfinch.api.models.AccessTokenCreateParams
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 AccessTokenServiceTest {
1314
15+ @Disabled(" prism doesnt like the format for the API-Version header" )
1416 @Test
1517 fun create () {
1618 val client =
You can’t perform that action at this time.
0 commit comments