We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52b444 commit 573d729Copy full SHA for 573d729
1 file changed
tests/functional/test_components.py
@@ -38,7 +38,6 @@ def testListComponents(self):
38
self.assertFalse('rows' in configuration)
39
self.assertFalse('state' in configuration)
40
41
-
42
def testListComponentsIncludeConfigurations(self):
43
components = self.components.list(include=['configuration', 'rows', 'state'])
44
self.assertTrue(len(components) > 0)
0 commit comments