@@ -745,16 +745,16 @@ def test_info(notebook, sushi_context, convert_all_html_output_to_text, get_all_
745745 "Models: 20" ,
746746 "Macros: 8" ,
747747 "" ,
748- "Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n pretty_sql: false\n extensions: []\n connector_config: {}\n secrets: None" ,
749- "Test Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n pretty_sql: false\n extensions: []\n connector_config: {}\n secrets: None" ,
748+ "Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n pretty_sql: false\n extensions: []\n connector_config: {}\n secrets: None\n file_systems: [] " ,
749+ "Test Connection:\n type: duckdb\n concurrent_tasks: 1\n register_comments: true\n pre_ping: false\n pretty_sql: false\n extensions: []\n connector_config: {}\n secrets: None\n file_systems: [] " ,
750750 "Data warehouse connection succeeded" ,
751751 ]
752752 assert get_all_html_output (output ) == [
753753 "<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\" >20</span></pre>" ,
754754 "<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\" >8</span></pre>" ,
755755 "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" ></pre>" ,
756- '<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 pretty_sql: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span> secrets: <span style="color: #800080; text-decoration-color: #800080; font-style: italic">None</span></pre>' ,
757- '<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 pretty_sql: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span> secrets: <span style="color: #800080; text-decoration-color: #800080; font-style: italic">None</span></pre>' ,
756+ '<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 pretty_sql: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span> secrets: <span style="color: #800080; text-decoration-color: #800080; font-style: italic">None</span> file_systems: <span style="font-weight: bold">[]</span> </pre>' ,
757+ '<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 pretty_sql: false extensions: <span style="font-weight: bold">[]</span> connector_config: <span style="font-weight: bold">{}</span> secrets: <span style="color: #800080; text-decoration-color: #800080; font-style: italic">None</span> file_systems: <span style="font-weight: bold">[]</span> </pre>' ,
758758 "<pre style=\" white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\" >Data warehouse connection <span style=\" color: #008000; text-decoration-color: #008000\" >succeeded</span></pre>" ,
759759 ]
760760
0 commit comments