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}'", )