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 7462905 commit c66b8e6Copy full SHA for c66b8e6
tests/test_collection.py
@@ -256,7 +256,7 @@ def test_collection_inputs_getitem(self):
256
valid_kinds = self.service.inputs._get_kind_list()
257
valid_kinds.remove("script")
258
for inp in self.service.inputs.list(*valid_kinds):
259
- self.assertTrue(self.service.inputs[inp.name])
+ self.assertTrue(self.service.inputs[inp.name, inp.kind])
260
261
262
0 commit comments