Skip to content

Commit dbae55d

Browse files
committed
fix test indent
1 parent c75258d commit dbae55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def test_preexisting_token_sans_splunk(self):
601601
socket.close()
602602

603603

604-
def test_connect_with_preexisting_token_sans_user_and_pass(self):
604+
def test_connect_with_preexisting_token_sans_user_and_pass(self):
605605
token = self.context.token
606606
opts = self.opts.kwargs.copy()
607607
del opts['username']

0 commit comments

Comments
 (0)