Skip to content

Commit 2c4925d

Browse files
committed
Renamed test
1 parent 2f01f79 commit 2c4925d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_rest_customers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_delete_customer_should_return_204(self):
142142
response = self._subject.delete(f'/api/v2/manage/customers/{identifier}')
143143
self.assertEqual(204, response.status_code)
144144

145-
def test_delete_customer_should_return_400_when_referenced_by_a_customer(self):
145+
def test_delete_customer_should_return_400_when_referenced_in_a_case(self):
146146
body = {'customer_name': 'customer'}
147147
response = self._subject.create('/api/v2/manage/customers', body).json()
148148
identifier = response['customer_id']

0 commit comments

Comments
 (0)