Skip to content

Commit 785d723

Browse files
author
Rafael Marinho
committed
fix spec
1 parent d460aa5 commit 785d723

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
@@ -526,7 +526,7 @@ def loop_times(times)
526526

527527
describe 'blocklist' do
528528
before(:all) do
529-
@blocklist = SecureRandom.uuid
529+
@blocklist = "test_blocklist_#{SecureRandom.hex(8)}"
530530
end
531531

532532
it 'list available blocklists' do

0 commit comments

Comments
 (0)