Commit out using the new end points until data is migrated

This commit is contained in:
venusbb
2017-11-14 16:23:08 +00:00
parent 581759931f
commit a9f06c23f7
3 changed files with 11 additions and 9 deletions

View File

@@ -1615,10 +1615,11 @@ def test_should_set_sms_allowance(
SERVICE_ONE_ID,
free_sms_fragment_limit=expected_api_argument,
)
mock_create_or_update_free_sms_fragment_limit.assert_called_with(
SERVICE_ONE_ID,
expected_api_argument
)
# Not assert until using the annual_billing end points
# mock_create_or_update_free_sms_fragment_limit.assert_called_with(
# SERVICE_ONE_ID,
# expected_api_argument
# )
def test_switch_service_enable_letters(