Index: tests/trychange_unittest.py |
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py |
index 312e78e6db2c048bcf7c88639eec31287018441c..6467b6a7d7ec64538b4bb36386d60b6fb24fe043 100755 |
--- a/tests/trychange_unittest.py |
+++ b/tests/trychange_unittest.py |
@@ -62,9 +62,8 @@ class TryChangeSimpleTest(unittest.TestCase): |
# Doesn't require supermox to run. |
def test_flags(self): |
cmd = [ |
- '--bot', 'bot1', |
+ '--bot', 'bot1,bot2', |
'--testfilter', 'test1', |
- '--bot', 'bot2', |
'--testfilter', 'test2', |
'--user', 'joe', |
'--email', 'joe@example.com', |