Skip to content

Commit 2e345da

Browse files
committed
chore: add new line EOF
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 79e0d84 commit 2e345da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,4 +1144,4 @@ def test_certificate_loading_efficiency(tmp_path):
11441144
mock_auth_instance.authenticate.assert_called_once()
11451145

11461146
# Verify _load_certs was NOT called again (certificates reused)
1147-
mock_load_certs.assert_not_called()
1147+
mock_load_certs.assert_not_called()

0 commit comments

Comments
 (0)