1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

tests: Fix imports to tests/assertions.py

This commit is contained in:
Sebastian Pipping
2023-12-08 23:42:07 +01:00
parent cebdd45849
commit ecb5d84f0f
8 changed files with 14 additions and 8 deletions

View File

@@ -2,10 +2,10 @@ import http.client as httplib
import json
import zlib
from assertions import assert_is_json_bytes
import vcr
from ..assertions import assert_is_json_bytes
def _headers_are_case_insensitive(host, port):
conn = httplib.HTTPConnection(host, port)