Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Jan 25, 2023
1 parent 9f542c1 commit 5f4200a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vulnerabilities/tests/test_data_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ def test_merge_rows(self):

class RemoveCorrupteAdvisories(TestMigrations):
app_name = "vulnerabilities"
migrate_from = "0036_alter_package_package_url_and_more"
migrate_to = "0037_remove_corrupted_advisories_with_incorrect_refs_and_severity"
migrate_from = "0037_advisory_weaknesses_weakness"
migrate_to = "0038_remove_corrupted_advisories_with_incorrect_refs_and_severity"

def setUpBeforeMigration(self, apps):
# using get_model to avoid circular import
Expand Down

0 comments on commit 5f4200a

Please sign in to comment.