Skip to content

Commit 2a6d95a

Browse files
committed
chore: fix pre-commit
1 parent 32879e0 commit 2a6d95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_splunk_rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_rest_client_user_agent():
3535
owner=context.owner,
3636
scheme=context.scheme,
3737
host=context.host,
38-
port=context.port
38+
port=context.port,
3939
)
4040
with pytest.raises(binding.HTTPError):
4141
rc.get(wrong_url)

0 commit comments

Comments
 (0)