mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
fix tests
This commit is contained in:
@@ -60,7 +60,7 @@ def test_notification_schema_has_correct_status(sample_notification, schema_name
|
||||
[
|
||||
("name", "New User"),
|
||||
("email_address", "newuser@mail.com"),
|
||||
("mobile_number", "+4407700900460"),
|
||||
("mobile_number", "+14254147755"),
|
||||
],
|
||||
)
|
||||
def test_user_update_schema_accepts_valid_attribute_pairs(user_attribute, user_value):
|
||||
|
||||
Reference in New Issue
Block a user