From 71a2523dcb76002a86ea1437f643218281fd34fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20D=C5=82ugosz?= Date: Mon, 18 Dec 2023 11:52:51 +0100 Subject: [PATCH] Code review follow-up --- big_tests/tests/service_domain_db_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/big_tests/tests/service_domain_db_SUITE.erl b/big_tests/tests/service_domain_db_SUITE.erl index 3b16a6d116..8471e5958c 100644 --- a/big_tests/tests/service_domain_db_SUITE.erl +++ b/big_tests/tests/service_domain_db_SUITE.erl @@ -1269,5 +1269,5 @@ dummy_auth_host_type() -> <<"dummy auth">>. %% specified in the TOML config file random_domain_name() -> - Suffix = list_to_binary(integer_to_list(rand:uniform(1000000000))), - <<"example.db", Suffix/binary>>. + Prefix = integer_to_binary(erlang:unique_integer([positive])), + <>.