We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3130e62 commit 1cb4157Copy full SHA for 1cb4157
qgis-app/plugins/tests/test_plugin_version_feedback.py
@@ -262,7 +262,7 @@ def test_approved_plugin_should_not_show_in_feedback_received_list(self):
262
list(response.context['object_list']),
263
[]
264
)
265
-
+
266
def test_plugin_with_older_approved_version_shows_in_feedback_received_list(self):
267
"""Plugin should appear if its latest version is unapproved, even if an older one is approved."""
268
self.version_1.approved = True
0 commit comments