mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Fix typo
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
parent
cad976cc55
commit
c86b6e9746
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ class TestAnalystLock(TestCase):
|
|||
raise
|
||||
|
||||
@skip("not implemented yet")
|
||||
def test_analyst_removes_client_hold(self):
|
||||
def test_analyst_removes_lock(self):
|
||||
"""
|
||||
Scenario: Analyst unlocks a domain to allow deletion or edits
|
||||
Given `CLIENT_*_PROHIBITED` is in the domain's statuses
|
||||
|
@ -425,7 +425,7 @@ class TestAnalystLock(TestCase):
|
|||
raise
|
||||
|
||||
@skip("not implemented yet")
|
||||
def test_analyst_removes_client_hold_idempotent(self):
|
||||
def test_analyst_removes_lock_idempotent(self):
|
||||
"""
|
||||
Scenario: Analyst tries to unlock a domain twice
|
||||
Given `CLIENT_*_PROHIBITED` is not in the domain's statuses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue