Skip to content

Commit d475503

Browse files
committed
fix test_service authentication tests
1 parent 43c6f5b commit d475503

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_service.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,13 @@ def test_query_without_login_raises_http_401(self):
158158
pass
159159
else:
160160
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']
161+
162+
# remove test as it is not supported on splunk 6.6+
163+
# def test_server_info_without_login(self):
164+
# service = self._create_unauthenticated_service()
165+
# # Should succeed without AuthenticationError
166+
# service.info['version']
167+
#
166168

167169
def _create_unauthenticated_service(self):
168170
return Service(**{

0 commit comments

Comments
 (0)