File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
tests/integration/tools/atlas Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ describeWithAtlas("clusters", (integration) => {
100100
101101 const content = getResponseContent ( response . content ) ;
102102 expect ( content ) . toContain ( "<untrusted-user-data-" ) ;
103- expect ( content ) . toMatch ( ` Found clusters in project` ) ;
103+ expect ( content ) . toMatch ( / F o u n d \d + c l u s t e r s i n p r o j e c t / ) ;
104104 expect ( content ) . toContain ( projectId ) ;
105105 } ) ;
106106 } ) ;
@@ -139,7 +139,6 @@ describeWithAtlas("clusters", (integration) => {
139139 expectDefined ( connectCluster . inputSchema . properties ) ;
140140 expect ( connectCluster . inputSchema . properties ) . toHaveProperty ( "projectId" ) ;
141141 expect ( connectCluster . inputSchema . properties ) . toHaveProperty ( "clusterName" ) ;
142- expect ( connectCluster . inputSchema . properties ) . toHaveProperty ( "connectionType" ) ;
143142 } ) ;
144143
145144 it ( "connects to cluster" , async ( ) => {
You can’t perform that action at this time.
0 commit comments