Skip to content

Commit

Permalink
Fix (another) flaky null-byte issue from Faker
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Sep 12, 2024
1 parent aa78729 commit 0c466e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
trait :with_sso do
sso { true }
sso_domains { [Faker::Lorem.word + ".com"] }
sso_tenant_id { Faker::String.random(length: 10) }
sso_tenant_id { Faker::Lorem.word }
end
end
end

0 comments on commit 0c466e5

Please sign in to comment.