From dbb37b90f1af56274c88b790825944c312c84713 Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Fri, 10 May 2024 12:47:35 -0400 Subject: [PATCH] Update tests/test_round_robin.py Co-authored-by: Benjamin Mah <84874055+benjaminmah@users.noreply.github.com> --- tests/test_round_robin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_round_robin.py b/tests/test_round_robin.py index f4536a517..cd1c0c1ce 100644 --- a/tests/test_round_robin.py +++ b/tests/test_round_robin.py @@ -47,7 +47,7 @@ class TestRoundRobin(unittest.TestCase): "cn": "{} {}".format(x.upper(), y.upper()), "ismanager": "FALSE", "title": "nothing", - # Dummy info to satisfy the Person type: + # Dummy info to satisfy the Person type "bugzillaEmail": "", "bugzillaID": "", "dn": "mail=xx@mozilla.com,o=com,dc=mozilla",