Skip to content

Commit 0a8f3db

Browse files
committed
Make it so that we don't have two persons with the same name in the
test data (prevents the duplicate warning email from being generated on each test run) - Legacy-Id: 11997
1 parent ea6a016 commit 0a8f3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def make_test_data():
219219
mars_wg.save()
220220

221221
create_person(ames_wg, "chair", name="Ames Chair Man", username="ameschairman")
222-
create_person(ames_wg, "delegate", name="WG Dèlegate", username="amesdelegate")
222+
create_person(ames_wg, "delegate", name="Ames Delegate", username="amesdelegate")
223223
create_person(ames_wg, "secr", name="Mr Secretary", username="amessecretary")
224224
ames_wg.role_set.get_or_create(name_id='ad',person=ad,email=ad.role_email('ad'))
225225
ames_wg.save()

0 commit comments

Comments
 (0)