Skip to content

Commit 7597559

Browse files
committed
test print network init string
1 parent fddc7a2 commit 7597559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ int test_init (const char *db_path, int init) {
186186
// init network with connection string + apikey
187187
char network_init[512];
188188
snprintf(network_init, sizeof(network_init), "SELECT cloudsync_network_init('%s?apikey=%s');", getenv("CONNECTION_STRING"), getenv("APIKEY"));
189+
printf("Network init: %s\n", network_init);
189190
rc = db_exec(db, network_init); RCHECK
190191

191192
rc = db_expect_int(db, "SELECT COUNT(*) as count FROM activities;", 0); RCHECK

0 commit comments

Comments
 (0)