aboutsummaryrefslogtreecommitdiff
path: root/test/proxy65_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy65_tests.erl')
-rw-r--r--test/proxy65_tests.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/proxy65_tests.erl b/test/proxy65_tests.erl
index be3c92cd4..7685952d9 100644
--- a/test/proxy65_tests.erl
+++ b/test/proxy65_tests.erl
@@ -49,7 +49,8 @@ feature_enabled(Config) ->
service_vcard(Config) ->
JID = proxy_jid(Config),
ct:comment("Retreiving vCard from ~s", [jid:encode(JID)]),
- #iq{type = result, sub_els = [#vcard_temp{}]} =
+ VCard = mod_proxy65_opt:vcard(?config(server, Config)),
+ #iq{type = result, sub_els = [VCard]} =
send_recv(Config, #iq{type = get, to = JID, sub_els = [#vcard_temp{}]}),
disconnect(Config).