Remove unneeded WRITE_ONLY_IF_ENGAGED waffle switch

This commit is contained in:
Nimisha Asthagiri
2017-09-22 19:52:52 -04:00
parent a2dc27e6b1
commit 083ccdb95a
13 changed files with 148 additions and 180 deletions

View File

@@ -1848,6 +1848,7 @@ class TestXmoduleRuntimeEvent(TestSubmittingProblems):
'only_if_higher': None,
'modified': datetime.now().replace(tzinfo=pytz.UTC),
'score_db_table': 'csm',
'score_deleted': None,
}
send_mock.assert_called_with(**expected_signal_kwargs)