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 43c6f5b commit d475503Copy full SHA for d475503
tests/test_service.py
@@ -158,11 +158,13 @@ def test_query_without_login_raises_http_401(self):
158
pass
159
else:
160
raise
161
-
162
- def test_server_info_without_login(self):
163
- service = self._create_unauthenticated_service()
164
- # Should succeed without AuthenticationError
165
- service.info['version']
+
+ # remove test as it is not supported on splunk 6.6+
+ # def test_server_info_without_login(self):
+ # service = self._create_unauthenticated_service()
+ # # Should succeed without AuthenticationError
166
+ # service.info['version']
167
+ #
168
169
def _create_unauthenticated_service(self):
170
return Service(**{
0 commit comments