Skip to content

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Sep 14, 2023
1 parent 48349b4 commit 027d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yugabyte/src/yugabyte/ysql/client.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Assemble a JDBC connection specification for a given Jepsen node."
[node]
{:dbtype "postgresql"
:dbname "postgres"
:dbname "jepsen"
:classname "org.postgresql.Driver"
:host (name node)
:port ysql-port
Expand Down

0 comments on commit 027d6a9

Please sign in to comment.