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 2e47260 commit da83532Copy full SHA for da83532
tests/views/test_unicorn_view_init.py
@@ -19,7 +19,7 @@ def test_init_no_component_id():
19
20
def test_init_none_component_id():
21
with pytest.raises(AssertionError) as e:
22
- component = UnicornView(component_name="test", component_id=None)
+ UnicornView(component_name="test", component_id=None)
23
24
assert e.exconly() == "AssertionError: Component id is required"
25
0 commit comments