mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 09:01:49 +00:00 
			
		
		
		
	break it out
This commit is contained in:
		@@ -581,9 +581,6 @@ def test_start_web_server_with_unix_socket(tmp_path: Path) -> None:
 | 
				
			|||||||
        server.add_socket.assert_called_once()
 | 
					        server.add_socket.assert_called_once()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tests for build_cache_arguments function
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
def test_build_cache_arguments_no_entry(mock_dashboard: Mock) -> None:
 | 
					def test_build_cache_arguments_no_entry(mock_dashboard: Mock) -> None:
 | 
				
			||||||
    """Test with no entry returns empty list."""
 | 
					    """Test with no entry returns empty list."""
 | 
				
			||||||
    result = web_server.build_cache_arguments(None, mock_dashboard, 0.0)
 | 
					    result = web_server.build_cache_arguments(None, mock_dashboard, 0.0)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user