Skip to content

Commit

Permalink
Remove TODO testcase for MPP-3753
Browse files Browse the repository at this point in the history
This was handled in PR #4519 by making it an error.
  • Loading branch information
jwhitlock committed Mar 26, 2024
1 parent 40944ad commit f2e4f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/tests/views_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@ def test_patch_domainaddress_same_value_used_on(
"key,value",
[
("id", -1),
# TODO MPP-3753: Make address a write-once field
pytest.param("address", "a-different-alias", marks=pytest.mark.xfail),
("domain", 1),
("full_address", "[email protected]"),
("created_at", "2024-02-15"),
Expand Down

0 comments on commit f2e4f97

Please sign in to comment.