File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/api-resources/projects Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 37
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-d84dfa83575ab69d557d177944a1fa6146ad9fdd6fc555f6bb352a48f6a1daa0 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/val-town%2Fval-town-fdb8597c76fe77a92ca60e29d54dc0cc907861b822a699ed026232f758d5eaee .yml
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe('resource files', () => {
2727 const response = await client . projects . files . retrieve ( '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' , 'path' , {
2828 limit : 1 ,
2929 offset : 0 ,
30- branch_id : 'branch_id ' ,
30+ branch_id : '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e ' ,
3131 version : 0 ,
3232 } ) ;
3333 } ) ;
@@ -50,7 +50,7 @@ describe('resource files', () => {
5050 const response = await client . projects . files . list ( '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' , {
5151 limit : 1 ,
5252 offset : 0 ,
53- branch_id : 'branch_id ' ,
53+ branch_id : '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e ' ,
5454 recursive : true ,
5555 version : 0 ,
5656 } ) ;
@@ -72,7 +72,7 @@ describe('resource files', () => {
7272 '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' ,
7373 'path' ,
7474 {
75- branch_id : 'branch_id ' ,
75+ branch_id : '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e ' ,
7676 version : 0 ,
7777 'Cache-Control' : 'Cache-Control' ,
7878 'If-Match' : 'If-Match' ,
You can’t perform that action at this time.
0 commit comments