Skip to content

Commit 8b4000a

Browse files
author
Rafael Marinho
committed
fix(cha-651): fix unit test
1 parent 5be7c54 commit 8b4000a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def loop_times(times)
629629

630630
describe 'blocklist' do
631631
before(:all) do
632-
@blocklist = "test_blocklist_#{SecureRandom.hex(8)}"
632+
@blocklist = SecureRandom.uuid
633633
end
634634

635635
it 'list available blocklists' do

0 commit comments

Comments
 (0)