File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/meteor/tests/end-to-end/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ describe('[OAuthApps]', () => {
252252 . expect ( 400 )
253253 . expect ( ( res ) => {
254254 expect ( res . body ) . to . have . property ( 'success' , false ) ;
255- expect ( res . body ) . to . have . property ( 'errorType' , 'error- invalid-params' ) ;
255+ expect ( res . body ) . to . have . property ( 'errorType' , 'invalid-params' ) ;
256256 expect ( res . body ) . to . have . property ( 'error' ) ;
257257 expect ( res . body . error ) . to . include ( 'must be string' ) . and . include ( 'must match exactly one schema in oneOf' ) ;
258258 } ) ;
@@ -278,7 +278,7 @@ describe('[OAuthApps]', () => {
278278 . expect ( 400 )
279279 . expect ( ( res ) => {
280280 expect ( res . body ) . to . have . property ( 'success' , false ) ;
281- expect ( res . body ) . to . have . property ( 'errorType' , 'error- invalid-params' ) ;
281+ expect ( res . body ) . to . have . property ( 'errorType' , 'invalid-params' ) ;
282282 expect ( res . body ) . to . have . property ( 'error' ) ;
283283 expect ( res . body . error ) . to . include ( 'must be string' ) . and . include ( 'must match exactly one schema in oneOf' ) ;
284284 } ) ;
You can’t perform that action at this time.
0 commit comments