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
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,6 @@ class MigrationTests(TestCase): ...@@ -198,7 +198,6 @@ class MigrationTests(TestCase):
""" """
@override_settings(MIGRATION_MODULES={}) @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): def test_migrations_are_in_sync(self):
""" """
Tests that the migration files are in sync with the models. 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment