You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__test__/connection/__snapshots__/parseConnectionString.test.ts.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ exports[`connection string parser Should throw on invalid strings esdb://host1;h
8
8
9
9
exports[`connection string parser Should throw on invalid strings esdb://localhost/&tlsVerifyCert=false 1`] =`"Unexpected \\"&\\" at position 17, expected ?key=value."`;
10
10
11
-
exports[`connection string parser Should throw on invalid strings esdb://localhost?keepAlive=please 1`] =`"Unexpected \\"please\\" at position 27, expected Integer."`;
11
+
exports[`connection string parser Should throw on invalid strings esdb://localhost?keepAliveTimeout=please 1`] =`"Unexpected \\"please\\" at position 34, expected Integer."`;
12
12
13
13
exports[`connection string parser Should throw on invalid strings esdb://localhost?throwOnAppendFailure=sometimes 1`] =`"Unexpected \\"sometimes\\" at position 38, expected true or false."`;
0 commit comments