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 6983aaa commit 0cfa7deCopy full SHA for 0cfa7de
tests/searchcommands/test_configuration_settings.py
@@ -81,7 +81,7 @@ def generate(self):
81
82
self.assertIs(command.configuration.distributed, False)
83
self.assertIs(command.configuration.generating, True)
84
- self.assertEqual(command.configuration.type, 'streaming')
+ self.assertEqual(command.configuration.type, 'stateful')
85
86
command.configuration.distributed = True
87
0 commit comments