Skip to content

Commit 6d2eea5

Browse files
committed
fix test failures
1 parent 898552a commit 6d2eea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_binding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ def setUp(self):
506506
import splunklib.client as client
507507
service = client.Service(**self.opts.kwargs)
508508
# TODO: Workaround the fact that skipTest is not defined by unittest2.TestCase
509+
service.login()
509510
splver = service.splunk_version
510511
if splver[:2] < (6, 2):
511512
self.skipTest("Skipping cookie-auth tests, running in %d.%d.%d, this feature was added in 6.2+" % splver)

0 commit comments

Comments
 (0)