We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6823c03 commit d288994Copy full SHA for d288994
1 file changed
backend/src/test/test_setup.py
@@ -59,6 +59,7 @@ def test_status_config_changed(self, client):
59
patch("module.api.setup.SENTINEL_PATH") as mock_sentinel,
60
patch("module.api.setup.settings") as mock_settings,
61
patch("module.api.setup.Config") as mock_config,
62
+ patch("module.api.setup.VERSION", "3.2.0"), # Non-dev version to test config check
63
):
64
mock_sentinel.exists.return_value = False
65
mock_settings.dict.return_value = {"test": "changed"}
0 commit comments