Commit c643c124 by Ben Patterson Committed by GitHub

Merge pull request #13855 from edx/benp/correct-verbose-settings-i18ntests

param typo
parents 7e4c7d8c eaad12e7
......@@ -41,8 +41,8 @@ class TestGenerate(TestCase):
"this may take a few minutes\n"
)
sys.stderr.flush()
extract.main(verbosity=0)
dummy.main(verbosity=0)
extract.main(verbose=0)
dummy.main(verbose=0)
@classmethod
def tearDownClass(cls):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment