File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ def test_fetch_chart_data_with_filters_basic(create_test_client):
4444 with patch ("api.api_routes.ChartService" ) as MockChartService :
4545 mock_instance = MockChartService .return_value
4646 mock_instance .fetch_chart_data_with_filters = AsyncMock (return_value = [
47- {
48- "id" : "TOTAL_CALLS" ,
49- "chart_name" : "Total Calls" ,
50- "chart_type" : "card" ,
51- "chart_value" : [
52- {"name" : "Total Calls" , "value" : float ("nan" ), "unit_of_measurement" : "" }
53- ]
54- }
55- ])
47+ {
48+ "id" : "TOTAL_CALLS" ,
49+ "chart_name" : "Total Calls" ,
50+ "chart_type" : "card" ,
51+ "chart_value" : [
52+ {"name" : "Total Calls" , "value" : float ("nan" ), "unit_of_measurement" : "" }
53+ ]
54+ }
55+ ])
5656
5757 client = create_test_client ()
5858 payload = {
You can’t perform that action at this time.
0 commit comments