diff --git a/app/models/communication/extranet.rb b/app/models/communication/extranet.rb
index bb6fae817299cfbf83c76dd6a0ded2127051f917..56c563be878e972b4019a38a8776348b5092c654 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 3573c98adf71989ab399aeab19ea3d6b4304f568..0000000000000000000000000000000000000000
--- 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