test: rename module NoJwtSpec.hs -> NoJwtSecretSpec.hs

This commit is contained in:
Taimoor Zaeem
2025-03-06 10:30:02 -05:00
committed by Steve Chavez
parent 4348cb2057
commit 53ca035e9b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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 ["تست"] }