We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a021ffb commit 2ee41c8Copy full SHA for 2ee41c8
.stats.yml
@@ -1,4 +1,4 @@
1
configured_endpoints: 46
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46f433f34d440aa1dfcc48cc8d822c598571b68be2f723ec99e1b4fba6c13b1e.yml
3
openapi_spec_hash: 5b5cd728776723ac773900f7e8a32c05
4
-config_hash: 83522e0e335cf983f8d2119c1f2bba18
+config_hash: ccdf6a5b4aaa2a0897c89ac8685d8eb0
test/finch_api/resources/access_tokens_test.rb
@@ -4,6 +4,8 @@
5
class FinchAPI::Test::Resources::AccessTokensTest < FinchAPI::Test::ResourceTest
6
def test_create_required_params
7
+ skip("prism doesnt like the format for the API-Version header")
8
+
9
response = @finch.access_tokens.create(code: "code")
10
11
assert_pattern do
0 commit comments