File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/api-resources/hris/benefits Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 0892e2e0eeb0343a022afa62e9080dd1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const client = new Finch({
88} ) ;
99
1010describe ( '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 ) ;
You can’t perform that action at this time.
0 commit comments