about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-13 00:41:56 +0000
committerJames Booth <boothj5@gmail.com>2015-01-13 00:41:56 +0000
commit21f8b1c4caa354efd3dfe567648916d6e58318a2 (patch)
treec73c73f5e1f37ed7eb198eb5b3d78cfd0e6b00c7 /tests/test_cmd_otr.c
parent53a825de744a6aa687f695e7e54dea878c4909e1 (diff)
parent0cb548683c906eb7e48ddfccde4b95f671dea5fc (diff)
downloadprofani-tty-21f8b1c4caa354efd3dfe567648916d6e58318a2.tar.gz
Merge remote-tracking branch 'peterlvilim/keyring'
Diffstat (limited to 'tests/test_cmd_otr.c')
-rw-r--r--tests/test_cmd_otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd_otr.c b/tests/test_cmd_otr.c
index 7d0adc1a..c6c6f7cf 100644
--- a/tests/test_cmd_otr.c
+++ b/tests/test_cmd_otr.c
@@ -307,7 +307,7 @@ void cmd_otr_gen_generates_key_for_connected_account(void **state)
     CommandHelp *help = malloc(sizeof(CommandHelp));
     gchar *args[] = { "gen", NULL };
     char *account_name = "myaccount";
-    ProfAccount *account = account_new(account_name, "me@jabber.org", NULL,
+    ProfAccount *account = account_new(account_name, "me@jabber.org", NULL, NULL,
         TRUE, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL);
 
     will_return(jabber_get_connection_status, JABBER_CONNECTED);