mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	test: remove log
This commit is contained in:
		| @@ -1572,7 +1572,6 @@ describe('Controllers', () => { | |||||||
| 			}); | 			}); | ||||||
|  |  | ||||||
| 			it('should export users posts', (done) => { | 			it('should export users posts', (done) => { | ||||||
| 				console.log(`${nconf.get('url')}/api/v3/users/${fooUid}/exports/posts`); |  | ||||||
| 				request(`${nconf.get('url')}/api/v3/users/${fooUid}/exports/posts`, { jar: jar }, (err, res, body) => { | 				request(`${nconf.get('url')}/api/v3/users/${fooUid}/exports/posts`, { jar: jar }, (err, res, body) => { | ||||||
| 					assert.ifError(err); | 					assert.ifError(err); | ||||||
| 					assert.equal(res.statusCode, 200); | 					assert.equal(res.statusCode, 200); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user