Revert "This stage does the following: (#22692)"

This reverts commit cebeab4348.
This commit is contained in:
Julia Eskew
2020-01-14 13:01:21 -05:00
committed by GitHub
parent fd13ccf4f9
commit 84de6bc6de
21 changed files with 39 additions and 193 deletions

View File

@@ -127,7 +127,6 @@ class TestNotifyCredentials(TestCase):
@mock.patch(COMMAND_MODULE + '.handle_cert_change')
def test_site(self, mock_grade_interesting, mock_cert_change):
site_config = SiteConfigurationFactory.create(
site_values={'course_org_filter': ['testX']},
values={'course_org_filter': ['testX']},
)