Skip to content

Commit bb45176

Browse files
fix(tests): skip broken date validation test
1 parent 67b9eae commit bb45176

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 45
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46f433f34d440aa1dfcc48cc8d822c598571b68be2f723ec99e1b4fba6c13b1e.yml
33
openapi_spec_hash: 5b5cd728776723ac773900f7e8a32c05
4-
config_hash: 83522e0e335cf983f8d2119c1f2bba18
4+
config_hash: ccdf6a5b4aaa2a0897c89ac8685d8eb0

finch-java-core/src/test/kotlin/com/tryfinch/api/services/async/AccessTokenServiceAsyncTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ package com.tryfinch.api.services.async
55
import com.tryfinch.api.TestServerExtension
66
import com.tryfinch.api.client.okhttp.FinchOkHttpClientAsync
77
import com.tryfinch.api.models.AccessTokenCreateParams
8+
import org.junit.jupiter.api.Disabled
89
import org.junit.jupiter.api.Test
910
import org.junit.jupiter.api.extension.ExtendWith
1011

1112
@ExtendWith(TestServerExtension::class)
1213
internal class AccessTokenServiceAsyncTest {
1314

15+
@Disabled("prism doesnt like the format for the API-Version header")
1416
@Test
1517
fun create() {
1618
val client =

finch-java-core/src/test/kotlin/com/tryfinch/api/services/blocking/AccessTokenServiceTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ package com.tryfinch.api.services.blocking
55
import com.tryfinch.api.TestServerExtension
66
import com.tryfinch.api.client.okhttp.FinchOkHttpClient
77
import com.tryfinch.api.models.AccessTokenCreateParams
8+
import org.junit.jupiter.api.Disabled
89
import org.junit.jupiter.api.Test
910
import org.junit.jupiter.api.extension.ExtendWith
1011

1112
@ExtendWith(TestServerExtension::class)
1213
internal class AccessTokenServiceTest {
1314

15+
@Disabled("prism doesnt like the format for the API-Version header")
1416
@Test
1517
fun create() {
1618
val client =

0 commit comments

Comments
 (0)