From 81c836fb9f487974c95d029c16f0d3ffee37d3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 4 Sep 2021 15:41:21 +0200 Subject: [PATCH] Remove unneeded sign in tag list component We don't need to sign in as administrator in order to see the tags; anyone can see them. --- spec/components/shared/tag_list_component_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/components/shared/tag_list_component_spec.rb b/spec/components/shared/tag_list_component_spec.rb index c2b10edd4..8b311ed33 100644 --- a/spec/components/shared/tag_list_component_spec.rb +++ b/spec/components/shared/tag_list_component_spec.rb @@ -9,7 +9,6 @@ describe Shared::TagListComponent do before do Setting["feature.machine_learning"] = true Setting["machine_learning.tags"] = true - sign_in(create(:administrator).user) end it "displays machine learning tags when machine learning is enabled" do