From cfc0240884fea5bb0d529342d70030f14b1ada4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Mon, 22 Jan 2024 17:35:54 +0100
Subject: [PATCH] fix fixture

---
 test/fixtures/communication/website/localizations.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/fixtures/communication/website/localizations.yml b/test/fixtures/communication/website/localizations.yml
index 5614d186f..3c813952b 100644
--- a/test/fixtures/communication/website/localizations.yml
+++ b/test/fixtures/communication/website/localizations.yml
@@ -1,6 +1,7 @@
 # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
 
 website_with_gitlab_en:
-  communication_website: website_with_gitlab
+  university: default_university
+  website: website_with_gitlab
   language: en
   name: Site with gitlab english
-- 
GitLab