Skip to content

Commit 0cfa7de

Browse files
datasearchninjadan1
authored andcommitted
distrubuted commands are streaming
1 parent 6983aaa commit 0cfa7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/searchcommands/test_configuration_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def generate(self):
8181

8282
self.assertIs(command.configuration.distributed, False)
8383
self.assertIs(command.configuration.generating, True)
84-
self.assertEqual(command.configuration.type, 'streaming')
84+
self.assertEqual(command.configuration.type, 'stateful')
8585

8686
command.configuration.distributed = True
8787

0 commit comments

Comments
 (0)