From 108f2f83cf6b278875f94873c412bb79ac1e69bf Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 6 Mar 2023 17:44:53 +0100 Subject: [PATCH] fix --- app/models/communication/extranet.rb | 2 +- .../create_communication_extranet_connections.yml | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 test/fixtures/create_communication_extranet_connections.yml diff --git a/app/models/communication/extranet.rb b/app/models/communication/extranet.rb index bb6fae817..56c563be8 100644 --- a/app/models/communication/extranet.rb +++ b/app/models/communication/extranet.rb @@ -48,8 +48,8 @@ class Communication::Extranet < ApplicationRecord include WithConnections include WithFeatures include WithLegal - include WithStyle include WithSso + include WithStyle include WithUniversity has_one_attached_deletable :logo diff --git a/test/fixtures/create_communication_extranet_connections.yml b/test/fixtures/create_communication_extranet_connections.yml deleted file mode 100644 index 3573c98ad..000000000 --- a/test/fixtures/create_communication_extranet_connections.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - university: one - extranet: one - object: one - -two: - university: two - extranet: two - object: two -- GitLab