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.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/proxy65_tests.erl b/test/proxy65_tests.erl
index 795916c82..5f308e744 100644
--- a/test/proxy65_tests.erl
+++ b/test/proxy65_tests.erl
@@ -70,8 +70,8 @@ all_master(Config) ->
send_recv(
Config,
#iq{type = get, sub_els = [#bytestreams{}], to = Proxy}),
- SID = randoms:get_string(),
- Data = randoms:bytes(1024),
+ SID = p1_rand:get_string(),
+ Data = p1_rand:bytes(1024),
put_event(Config, {StreamHost, SID, Data}),
Socks5 = socks5_connect(StreamHost, {SID, MyJID, Peer}),
wait_for_slave(Config),