Skip to content

Commit 03cb57e

Browse files
codegen metadata
1 parent fc8f7b8 commit 03cb57e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 46
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-f81c5824a9002c980fc0d66c4d52e6cbd8baf7678f5e0f2215909357cff6f82c.yml
3-
openapi_spec_hash: 7714062cac3bb5597b8571172775bc92
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-39e0191e43a9db93c8f35e91d10013f05352a2bedcf7ead6bac437957f6e922e.yml
3+
openapi_spec_hash: 58c2cf578f0736b8c5df957f6a61190b
44
config_hash: 0892e2e0eeb0343a022afa62e9080dd1

tests/api-resources/hris/benefits/individuals.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const client = new Finch({
88
});
99

1010
describe('resource individuals', () => {
11-
test('enrollMany', async () => {
11+
test.skip('enrollMany', async () => {
1212
const responsePromise = client.hris.benefits.individuals.enrollMany('benefit_id');
1313
const rawResponse = await responsePromise.asResponse();
1414
expect(rawResponse).toBeInstanceOf(Response);

0 commit comments

Comments
 (0)