File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1928,7 +1928,7 @@ describe('SCHEMA UTILITY FUNCTION TESTS ', function () {
1928
1928
expect ( result . body . mode ) . to . equal ( 'file' ) ;
1929
1929
done ( ) ;
1930
1930
} ) ;
1931
- it ( ' application/vnd.api+json (headers with different structure but still of JSON family)' , function ( done ) {
1931
+ it ( ' application/vnd.api+json (headers with different structure but still of JSON type/ family)' , function ( done ) {
1932
1932
var requestBody = {
1933
1933
description : 'body description' ,
1934
1934
content : {
@@ -1965,7 +1965,7 @@ describe('SCHEMA UTILITY FUNCTION TESTS ', function () {
1965
1965
expect ( result . body . options . raw . language ) . to . equal ( 'json' ) ;
1966
1966
done ( ) ;
1967
1967
} ) ;
1968
- it ( ' application/vnd.api+xml (headers with different structure but still of XML family)' , function ( done ) {
1968
+ it ( ' application/vnd.api+xml (headers with different structure but still of XML type/ family)' , function ( done ) {
1969
1969
var requestBody = {
1970
1970
description : 'body description' ,
1971
1971
content : {
You can’t perform that action at this time.
0 commit comments