Enable local account key generation spec (#24728)
This commit is contained in:
parent
8b7b9ca887
commit
7a395989b7
1 changed files with 3 additions and 3 deletions
|
@ -951,10 +951,10 @@ RSpec.describe Account, type: :model do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when is local' do
|
context 'when is local' do
|
||||||
# Test disabled because test environment omits autogenerating keys for performance
|
it 'generates keys' do
|
||||||
xit 'generates keys' do
|
|
||||||
account = Account.create!(domain: nil, username: Faker::Internet.user_name(separators: ['_']))
|
account = Account.create!(domain: nil, username: Faker::Internet.user_name(separators: ['_']))
|
||||||
expect(account.keypair.private?).to be true
|
expect(account.keypair).to be_private
|
||||||
|
expect(account.keypair).to be_public
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue