diff --git a/openedx/core/djangoapps/credentials/management/commands/tests/test_notify_credentials.py b/openedx/core/djangoapps/credentials/management/commands/tests/test_notify_credentials.py index 52749dbb65..bda2ea290d 100644 --- a/openedx/core/djangoapps/credentials/management/commands/tests/test_notify_credentials.py +++ b/openedx/core/djangoapps/credentials/management/commands/tests/test_notify_credentials.py @@ -111,6 +111,7 @@ class TestNotifyCredentials(TestCase): @override_settings(DEBUG=True) def test_page_size(self): + reset_queries() call_command(Command(), '--start-date', '2017-01-01') baseline = len(connection.queries)