Skip to content

Commit

Permalink
Update test_proxy.py
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
geeknik authored Sep 5, 2024
1 parent 62029e1 commit 67784fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proxy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import socket
from unittest.mock import patch, MagicMock
from test_proxy import check_open_ports, get_ssl_info, check_http_headers, detect_proxy
from testproxy import check_open_ports, get_ssl_info, check_http_headers, detect_proxy

# Mock host to use in tests
MOCK_HOST = 'example.com'
Expand Down

0 comments on commit 67784fe

Please sign in to comment.