Maintenance: Fix missing db_strategy reset for core workflow test.
This commit is contained in:
parent
05fa609eb5
commit
f8240e85e0
1 changed files with 1 additions and 1 deletions
|
@ -1909,7 +1909,7 @@ RSpec.describe 'Ticket zoom', type: :system do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'Core Workflow: Show hidden attributes on group selection (ticket edit) #3739', authenticated_as: :authenticate do
|
describe 'Core Workflow: Show hidden attributes on group selection (ticket edit) #3739', authenticated_as: :authenticate, db_strategy: :reset do
|
||||||
let!(:ticket) { create(:ticket, group: Group.find_by(name: 'Users')) }
|
let!(:ticket) { create(:ticket, group: Group.find_by(name: 'Users')) }
|
||||||
let(:field_name) { SecureRandom.uuid }
|
let(:field_name) { SecureRandom.uuid }
|
||||||
let(:field) do
|
let(:field) do
|
||||||
|
|
Loading…
Reference in a new issue