From 0cea9f1b4a3febaa902390ca56fcd8656ef45da6 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 10 May 2024 18:39:07 +0100 Subject: [PATCH] DEV - Update pygments tests (#1807) Update pygments tests --- tests/test_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index 3971531ead..241070c753 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -820,7 +820,7 @@ def test_math_header_item(sphinx_build_factory, file_regression) -> None: pytest.param(("fake_foo", "fake_bar"), ("#204a87", "#66d9ef"), id="fake"), pytest.param( ("a11y-high-contrast-light", "a11y-high-contrast-dark"), - ("#7928a1", "#dcc6e0"), + ("#6730c5", "#dcc6e0"), id="real", ), ),