Skip to content
Snippets Groups Projects

feat: add minutes and data to contract resources

Merged Borja Gimeno requested to merge feat/add-data-and-minutes-contract-model into master
All threads resolved!
1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
@@ -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):
Loading