Skip to content
Snippets Groups Projects
Commit 50119b12 authored by Borja Gimeno's avatar Borja Gimeno
Browse files

fix: uncheck as vcr test

parent 16e0e0a4
No related branches found
No related tags found
1 merge request!74feat: add minutes and data to contract resources
Pipeline #45192 passed
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
......@@ -16,14 +16,6 @@ def assert_model(contracts):
assert contract.current_tariff_product == "SE_SC_REC_BA_F_600"
@pytest.fixture(scope="module")
def vcr_config():
return {
# Replace the API-KEY request header with "DUMMY" in cassettes
"filter_headers": [("API-KEY", "DUMMY")],
}
class FiberContractsToPackTests(unittest.TestCase):
@pytest.mark.vcr()
def test_search_by_partner_ref(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment