Skip to content

Commit df4932f

Browse files
committed
One more fix
1 parent 2821621 commit df4932f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/searchcommands/recordings/scpv2/Splunk-6.3/sum.map.output

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ chunked 1.0,17,34
44
{"finished":true}total,__mv_total
55
2147943.07811,
66

7-

tests/searchcommands/test_configuration_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ def generate(self):
7777

7878
self.assertEqual(
7979
[(name, value) for name, value in command.configuration.iteritems()],
80-
[('generating', True), ('type', 'streaming')])
80+
[('generating', True), ('type', 'stateful')])
8181

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

8686
command.configuration.distributed = True
8787

0 commit comments

Comments
 (0)