We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbfda2 commit 667a67eCopy full SHA for 667a67e
framework/mcp/test.py
@@ -116,7 +116,7 @@ def test_dbhub():
116
117
assert b"Getting prompt: explain_db" in p.stdout
118
assert b"Table: mcp_dbhub in schema 'testdrive'" in p.stdout
119
- assert b"Structure:\\n- id (integer)\\n- data (text)" in p.stdout
+ assert b"Structure:\\n- id (integer), nullable\\n- data\\\n \\ (text), nullable" in p.stdout
120
121
122
@pytest.mark.skipif(sys.version_info < (3, 12), reason="requires Python 3.12+")
0 commit comments