Skip to content

Commit aeb46d8

Browse files
committed
chore: fix precommit
1 parent 6214372 commit aeb46d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/test_splunkenv.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def test_splunkenv(mock_get_session_key, monkeypatch):
5757
assert uri == f"{scheme}://{host}:{port}"
5858

5959
exp_msg = (
60-
"Session key is missing. If you are using 'splunkenv' module in your TA, please ensure you are "
61-
"providing session_key to it's functions. For more information "
62-
"please see: https://splunk.github.io/addonfactory-solutions-library-python/release_7_0_0/"
63-
)
60+
"Session key is missing. If you are using 'splunkenv' module in your TA, please ensure you are "
61+
"providing session_key to it's functions. For more information "
62+
"please see: https://splunk.github.io/addonfactory-solutions-library-python/release_7_0_0/"
63+
)
6464

6565
with pytest.raises(splunkenv.SessionKeyNotFound) as e:
6666
splunkenv.get_splunk_host_info()

0 commit comments

Comments
 (0)