Skip to content

migration tests: migrate only database under test

Warren Gifford requested to merge mrn/migrate-once into main

Created by: mrnugget

I think this is the result of a refactor: previously we had the loop to migrate all databases, but now we have separate test functions (TestFrontendMigrations, TestCodeIntelMigrations) that pass the database in.

I don't see how it makes sense to migrate both databases in both tests.

Merge request reports

Loading