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 9052c90 commit bb0d71bCopy full SHA for bb0d71b
tests/searchcommands/test_search_command.py
@@ -643,9 +643,7 @@ def test_process_scpv2(self):
643
'{"inspector":{"messages":[["ERROR","Illegal value: logging_configuration=non-existent-logging.conf"],'
644
'["ERROR","Illegal value: logging_level=NON-EXISTENT-LOGGING-LEVEL"],'
645
'["ERROR","Illegal value: record=Non-boolean value"],'
646
- '["ERROR","Illegal value: show_configuration=Non-boolean value"]]}}\n'
647
- 'chunked 1.0,17,0\n'
648
- '{"finished":true}',
+ '["ERROR","Illegal value: show_configuration=Non-boolean value"]]}}\n',
649
result.getvalue().decode('utf-8'))
650
651
self.assertEqual(command.protocol_version, 2)
0 commit comments