File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments