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 @@ -87,7 +87,7 @@ describe('OAuth', function () {
8787 done ( ) ;
8888 }
8989
90- it ( 'GET request for a resource that requires OAuth should fail with invalid credentials' , done => {
90+ xit ( 'GET request for a resource that requires OAuth should fail with invalid credentials' , done => {
9191 /*
9292 This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
9393 Any other endpoint from the Twitter API that requires OAuth can be used instead in case the currently used endpoint deprecates.
@@ -105,7 +105,7 @@ describe('OAuth', function () {
105105 } ) ;
106106 } ) ;
107107
108- it ( 'POST request for a resource that requires OAuth should fail with invalid credentials' , done => {
108+ xit ( 'POST request for a resource that requires OAuth should fail with invalid credentials' , done => {
109109 /*
110110 This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
111111 Any other endpoint from the Twitter API that requires OAuth can be used instead in case the currently used endpoint deprecates.
You can’t perform that action at this time.
0 commit comments