Skip to content
Snippets Groups Projects
Commit ad748d98 authored by DawoudSheraz's avatar DawoudSheraz
Browse files

drop video pipeline integration model with migration

parent b7cd41f1
Branches
Tags release-2020-10-02-11.03
No related merge requests found
......@@ -198,7 +198,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip("Skipping temporarily as part of PROD-2152 to remove VEDA code from platform")
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.
......
# Generated by Django 2.2.16 on 2020-10-05 05:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('video_pipeline', '0006_remove_vempipelineintegration_vem_enabled_courses_percentage'),
]
operations = [
migrations.DeleteModel(
name='VideoPipelineIntegration',
),
]
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