mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-12 13:19:30 -04:00
another test
This commit is contained in:
@@ -295,7 +295,7 @@ def test_fuzz_post_create_organization_with_missing_data_gives_validation_error(
|
||||
"organization.create_organization", _data=data, _expected_status=400
|
||||
)
|
||||
|
||||
assert len(response["errors"]) == 1
|
||||
assert len(response["errors"]) > 0
|
||||
assert response["errors"][0]["error"] == "ValidationError"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user