Add a missing thread example to the statuses spec (#29278)
This commit is contained in:
		
					parent
					
						
							
								72b0c9e20b
							
						
					
				
			
			
				commit
				
					
						86627ea2e4
					
				
			
		
					 1 changed files with 10 additions and 0 deletions
				
			
		|  | @ -167,6 +167,16 @@ describe '/api/v1/statuses' do | |||
|           expect(response.headers['X-RateLimit-Remaining']).to eq '0' | ||||
|         end | ||||
|       end | ||||
| 
 | ||||
|       context 'with missing thread' do | ||||
|         let(:params) { { status: 'Hello world', in_reply_to_id: 0 } } | ||||
| 
 | ||||
|         it 'returns http not found' do | ||||
|           subject | ||||
| 
 | ||||
|           expect(response).to have_http_status(404) | ||||
|         end | ||||
|       end | ||||
|     end | ||||
| 
 | ||||
|     describe 'DELETE /api/v1/statuses/:id' do | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue