chore: update edx-proctoring to 3.22.0

This completes the removal of unused fields in exam attempt,
so the migration test skip is no longer necessary.
This commit is contained in:
Andy Shultz
2021-07-26 09:44:49 -04:00
parent 49bcdfe481
commit 2c3597291c
4 changed files with 3 additions and 6 deletions

View File

@@ -197,9 +197,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-872 while the ip and name columns are removed from proctored exam attempt"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.