about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.c
diff options
context:
space:
mode:
authorPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-07 21:03:51 -0600
committerPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-07 21:03:51 -0600
commit6af10696f94f1ee2139bf76e955851382cabaf3b (patch)
tree97cc6d38ca647dc1e1e62d9a0e4e7c62735a12b2 /tests/test_cmd_otr.c
parentb4f37b9e310904d6af7aaa32c2ae7dd9770a0b11 (diff)
downloadprofani-tty-6af10696f94f1ee2139bf76e955851382cabaf3b.tar.gz
Fix current tests
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 3cd9dd59..470615e6 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);