mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	tests: Remove delete-message from curl test exclude_list.
This commit is contained in:
		@@ -48,7 +48,7 @@ def patch_openapi_params(openapi_entry: str, openapi_params: List[Dict[str, Any]
 | 
			
		||||
    return openapi_params
 | 
			
		||||
 | 
			
		||||
@openapi_param_value_generator(["/messages/{message_id}:get", "/messages/{message_id}/history:get",
 | 
			
		||||
                                "/messages/{message_id}:patch"])
 | 
			
		||||
                                "/messages/{message_id}:patch", "/messages/{message_id}:delete"])
 | 
			
		||||
def iago_message_id() -> Dict[str, int]:
 | 
			
		||||
    return {
 | 
			
		||||
        "message_id": helpers.send_stream_message(helpers.example_email("iago"), "Denmark")
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,6 @@ exclude_list = [
 | 
			
		||||
    # The endpoint in these docs expect one or more param values that reflects the DB state.
 | 
			
		||||
    # We currently get the example values from openapi specs and they don't refelect the
 | 
			
		||||
    # state of the DB. This results in the curl request to fail.
 | 
			
		||||
    'delete-message.md',
 | 
			
		||||
    'remove-subscriptions.md',
 | 
			
		||||
    'delete-stream.md',
 | 
			
		||||
    'create-user-group.md',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user