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 fe15672 commit 58a7e6fCopy full SHA for 58a7e6f
django_object_actions/tests/test_utils.py
@@ -76,7 +76,7 @@ def test_get_button_attrs_gets_set(self):
76
77
def test_get_button_attrs_custom_attrs_get_partitioned(self):
78
mock_tool = type("mock_tool", (object,), {"attrs": {"nonstandard": "wombat"}})
79
- attrs, custom = self.instance._get_button_attrs(mock_tool)
+ _attrs, custom = self.instance._get_button_attrs(mock_tool)
80
self.assertEqual(custom["nonstandard"], "wombat")
81
82
0 commit comments