You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/09/15 13:46:40 UTC

[allura] 05/05: fixup! fixup! fixup! [#8455] allura pytest - fix misc test failures that popped up during pytest conversion

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch dw/8455
in repository https://gitbox.apache.org/repos/asf/allura.git

commit a2aaab866fd482ad5f12358eef783ff96aa0be6d
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Thu Sep 15 13:46:24 2022 +0000

    fixup! fixup! fixup! [#8455] allura pytest - fix misc test failures that popped up during pytest conversion
---
 Allura/allura/tests/test_plugin.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Allura/allura/tests/test_plugin.py b/Allura/allura/tests/test_plugin.py
index 56b358a79..f11eae8d7 100644
--- a/Allura/allura/tests/test_plugin.py
+++ b/Allura/allura/tests/test_plugin.py
@@ -288,7 +288,6 @@ class TestThemeProvider:
 
     @patch('allura.app.g')
     @patch('allura.lib.plugin.g')
-    # FIXME: check with dave.
     def test_app_icon_str(self, plugin_g, app_g):
         plugin_g.entry_points = {'tool': {'testapp': ThemeProviderTestApp}}
         app_icon = ThemeProvider().app_icon_url('testapp', 24)