From b2f2bc1e1bd7067d5fdc0b2bc4c5c7bb736857dc Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 6 Apr 2022 15:53:14 +0200
Subject: [PATCH] Issue #3272746 by Shashwat Purav, danflanagan8: Layout
 Discovery tests should not rely on Classy

---
 .../tests/themes/test_layout_theme/test_layout_theme.info.yml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml b/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
index 7f04437d3007..d70d61b25eb1 100644
--- a/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
+++ b/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
@@ -2,4 +2,4 @@ name: 'Test layout theme'
 type: theme
 description: 'Theme for testing a theme-provided layout'
 version: VERSION
-base theme: classy
+base theme: stark
-- 
GitLab