remove loadtesting from the database

This commit is contained in:
Leo Hemsted
2019-10-23 12:00:34 +01:00
parent 95ffc8bda6
commit 4ed6ca1601
3 changed files with 42 additions and 7 deletions

View File

@@ -20,8 +20,7 @@ def test_get_provider_details_in_type_and_identifier_order(client, notify_db):
assert json_resp[0]['identifier'] == 'ses'
assert json_resp[1]['identifier'] == 'mmg'
assert json_resp[2]['identifier'] == 'firetext'
assert json_resp[3]['identifier'] == 'loadtesting'
assert json_resp[4]['identifier'] == 'dvla'
assert json_resp[3]['identifier'] == 'dvla'
def test_get_provider_details_by_id(client, notify_db):