mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 10:28:57 -04:00
Remove change link from international SMS provider
We don’t want to set it independently from the other SMS providers.
This commit is contained in:
@@ -95,8 +95,6 @@ Providers
|
||||
|
||||
{{ optional_text_field(item.created_by_name, default='None') }}
|
||||
|
||||
{{ link_field('change', url_for('main.edit_provider', provider_id=item.id)) }}
|
||||
|
||||
{% endcall %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -226,7 +226,6 @@ def test_should_show_all_providers(
|
||||
assert table_data[2].text.strip() == "False"
|
||||
assert table_data[3].text.strip() == "None"
|
||||
assert table_data[4].text.strip() == "None"
|
||||
assert table_data[5].find_all("a")[0]['href'] == '/provider/67c770f5-918e-4afa-a5ff-880b9beb161d/edit'
|
||||
|
||||
|
||||
def test_add_monthly_traffic():
|
||||
|
||||
Reference in New Issue
Block a user