File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ describe('OAuth', function () {
87
87
done ( ) ;
88
88
}
89
89
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 => {
91
91
/*
92
92
This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
93
93
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 () {
105
105
} ) ;
106
106
} ) ;
107
107
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 => {
109
109
/*
110
110
This endpoint has been chosen to make a request to an endpoint that requires OAuth which fails due to missing authentication.
111
111
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