integration-0.1.0
Safe HaskellNone
LanguageGHC2021

Test.FeatureFlags.MlsMigration

Synopsis

Documentation

testMlsMigrationPutDoesNotMergeOmittedFields :: HasCallStack => App () Source #

PUT replaces the whole config; it does not merge omitted fields with the previously stored value. This pins down that assumption so that future schema changes to individual fields (e.g. allowManualMigration) don't accidentally start relying on merge behaviour that doesn't exist.