Skip to content

Commit

Permalink
Merge pull request #14268 from opf/implementation/50921-present-the-s…
Browse files Browse the repository at this point in the history
…torage-health-information

fix[#50921] Remove name sequence from storage child classes
  • Loading branch information
ba1ash committed Nov 28, 2023
2 parents 839c40f + acab6ab commit 1710880
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 1710880

Please sign in to comment.