Skip to content

Commit

Permalink
fix[#50921] Remove name sequence from storage child classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-braeunlein committed Nov 28, 2023
1 parent 839c40f commit acab6ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/storages/spec/factories/storage_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
class: '::Storages::NextcloudStorage' do
provider_type { Storages::Storage::PROVIDER_TYPE_NEXTCLOUD }
sequence(:host) { |n| "https://host#{n}.example.com" }
sequence(:name) { |n| "Storage #{n}" }

trait :as_automatically_managed do
automatically_managed { true }
Expand Down Expand Up @@ -135,7 +134,6 @@
parent: :nextcloud_storage,
traits: [:as_automatically_managed] do
sequence(:host) { |n| "https://host-complete#{n}.example.com" }
sequence(:name) { |n| "Storage complete #{n}" }

after(:create) do |storage|
create(:oauth_client, integration: storage)
Expand Down

0 comments on commit acab6ab

Please sign in to comment.