From 7c717b65a727801cc98ba0542692fee3619efcb2 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:55:24 -0700 Subject: [PATCH] umu_test_plugins: fix test --- umu/umu_test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umu/umu_test_plugins.py b/umu/umu_test_plugins.py index b7e658e13..fbf708737 100644 --- a/umu/umu_test_plugins.py +++ b/umu/umu_test_plugins.py @@ -712,7 +712,7 @@ def test_set_env_toml_opts(self): ) self.assertEqual( self.env["STORE"], - "foo", + "gog", f"Expected STORE to be '{test_store}'", )