Skip to content

Commit 2e319e4

Browse files
chore: fix tests
1 parent 0c794f6 commit 2e319e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ describe("CLI arguments", () => {
656656
{
657657
cliArg: "connectionString",
658658
warning:
659-
"The --connectionString argument is deprecated. Prefer using the first positional argument for the connection string or the MDB_MCP_CONNECTION_STRING environment variable.",
659+
"The --connectionString argument is deprecated. Prefer using the MDB_MCP_CONNECTION_STRING environment variable or the first positional argument for the connection string.",
660660
},
661661
] as TestCase[];
662662

0 commit comments

Comments
 (0)