Make transaction-rollback=true the default for test-suite (#1663)
Change test-suite to use db-tx-rollback-all = true by default
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ _baseCfg = let secret = Just $ encodeUtf8 "reallyreallyreallyreallyverysafe" in
|
||||
, configRawMediaTypes = []
|
||||
, configJWKS = parseSecret <$> secret
|
||||
, configLogLevel = LogCrit
|
||||
, configTxRollbackAll = False
|
||||
, configTxRollbackAll = True
|
||||
, configTxAllowOverride = True
|
||||
, configDbPrepared = True
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user