Skip to content

Commit ff7d81b

Browse files
committed
evsql_test: change default to just use postgres defaults
1 parent a73d528 commit ff7d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evsql_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <event2/event_struct.h>
99
#include <assert.h>
1010

11-
#define CONNINFO_DEFAULT "dbname=dbfs port=5433"
11+
#define CONNINFO_DEFAULT ""
1212

1313
struct evsql_test_ctx {
1414
struct evsql *db;

0 commit comments

Comments
 (0)