@@ -408,7 +408,7 @@ describe("file and blob type conversions", () => {
408
408
409
409
expect ( result ) . toMatchObject ( {
410
410
type : "string" ,
411
- description : "Accepts: URL, file path, or resource identifier" ,
411
+ description : "Accepts: URL, file path, file name, or resource identifier" ,
412
412
} ) ;
413
413
} ) ;
414
414
@@ -431,7 +431,7 @@ describe("file and blob type conversions", () => {
431
431
432
432
expect ( result ) . toMatchObject ( {
433
433
type : "string" ,
434
- description : "Accepts: URL, file path, or resource identifier" ,
434
+ description : "Accepts: URL, file path, file name, or resource identifier" ,
435
435
} ) ;
436
436
} ) ;
437
437
@@ -455,7 +455,7 @@ describe("file and blob type conversions", () => {
455
455
456
456
expect ( result ) . toMatchObject ( {
457
457
type : "string" ,
458
- description : "Accepts: Audio file URL, file path, or resource identifier" ,
458
+ description : "Accepts: Audio file URL, file path, file name, or resource identifier" ,
459
459
} ) ;
460
460
} ) ;
461
461
@@ -481,7 +481,7 @@ describe("file and blob type conversions", () => {
481
481
482
482
expect ( result ) . toMatchObject ( {
483
483
type : "string" , // Should always be "string" for file inputs
484
- description : "Accepts: Audio file URL, file path, or resource identifier" ,
484
+ description : "Accepts: Audio file URL, file path, file name, or resource identifier" ,
485
485
} ) ;
486
486
} ) ;
487
487
@@ -504,7 +504,7 @@ describe("file and blob type conversions", () => {
504
504
505
505
expect ( result ) . toMatchObject ( {
506
506
type : "string" ,
507
- description : "Accepts: Image file URL, file path, or resource identifier" ,
507
+ description : "Accepts: Image file URL, file path, file name, or resource identifier" ,
508
508
} ) ;
509
509
} ) ;
510
510
} ) ;
0 commit comments