about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_rooms.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_cmd_rooms.c')
-rw-r--r--tests/unittests/test_cmd_rooms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_cmd_rooms.c b/tests/unittests/test_cmd_rooms.c
index 7a336561..c7439f13 100644
--- a/tests/unittests/test_cmd_rooms.c
+++ b/tests/unittests/test_cmd_rooms.c
@@ -71,6 +71,7 @@ void cmd_rooms_uses_account_default_when_no_arg(void **state)
     account->otr_manual = NULL;
     account->otr_opportunistic = NULL;
     account->otr_always = NULL;
+    account->pgp_keyid = NULL;
     account->muc_service = strdup("default_conf_server");
 
     will_return(jabber_get_connection_status, JABBER_CONNECTED);