Skip to content

Commit 2366e11

Browse files
Jeremy DesanlisJguer
authored andcommitted
feat(test): remove a useless constant
1 parent 857d464 commit 2366e11

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/test_client.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,6 @@
131131
]
132132
"""
133133

134-
VCR_BASE_CONF = {
135-
"decode_compressed_response": True,
136-
"ignore_localhost": True,
137-
"match_on": ["url", "method", "body"],
138-
"serializer": "yaml",
139-
"record_mode": "once",
140-
"filter_headers": [
141-
("authorization", "Token XXX"),
142-
("apikey", None),
143-
("private-api_key", None),
144-
],
145-
}
146-
147134

148135
@pytest.mark.parametrize(
149136
"api_key, uri, user_agent, timeout, exception ",

0 commit comments

Comments
 (0)