@@ -550,15 +550,15 @@ def test_info(notebook, sushi_context, convert_all_html_output_to_text, get_all_
550550 assert len (output .outputs ) == 6
551551 assert convert_all_html_output_to_text (output ) == [
552552 "Models: 17" ,
553- "Macros: 6 " ,
553+ "Macros: 7 " ,
554554 "" ,
555555 "Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n extensions: []\n connector_config: {}" ,
556556 "Test Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n extensions: []\n connector_config: {}" ,
557557 "Data warehouse connection succeeded" ,
558558 ]
559559 assert get_all_html_output (output ) == [
560560 "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" >Models: <span style=\" color: #008080; text-decoration-color: #008080; font-weight: bold\" >17</span></pre>" ,
561- "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" >Macros: <span style=\" color: #008080; text-decoration-color: #008080; font-weight: bold\" >6 </span></pre>" ,
561+ "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" >Macros: <span style=\" color: #008080; text-decoration-color: #008080; font-weight: bold\" >7 </span></pre>" ,
562562 "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" ></pre>" ,
563563 '<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,\' DejaVu Sans Mono\' ,consolas,\' Courier New\' ,monospace">Connection: type: duckdb concurrent_tasks: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> register_comments: true pre_ping: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span></pre>' ,
564564 '<pre style="white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,\' DejaVu Sans Mono\' ,consolas,\' Courier New\' ,monospace">Test Connection: type: duckdb concurrent_tasks: <span style="color: #008080; text-decoration-color: #008080; font-weight: bold">1</span> register_comments: true pre_ping: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span></pre>' ,
0 commit comments