test: rename module NoJwtSpec.hs -> NoJwtSecretSpec.hs
This commit is contained in:
committed by
Steve Chavez
parent
4348cb2057
commit
53ca035e9b
@@ -171,8 +171,8 @@ testCfgForceRollback = baseCfg { configDbTxAllowOverride = False, configDbTxRoll
|
||||
testCfgNoAnon :: AppConfig
|
||||
testCfgNoAnon = baseCfg { configDbAnonRole = Nothing }
|
||||
|
||||
testCfgNoJWT :: AppConfig
|
||||
testCfgNoJWT = baseCfg { configJwtSecret = Nothing, configJWKS = Nothing }
|
||||
testCfgNoJwtSecret :: AppConfig
|
||||
testCfgNoJwtSecret = baseCfg { configJwtSecret = Nothing, configJWKS = Nothing }
|
||||
|
||||
testUnicodeCfg :: AppConfig
|
||||
testUnicodeCfg = baseCfg { configDbSchemas = fromList ["تست"] }
|
||||
|
||||
Reference in New Issue
Block a user