# Fixture: `policy_store` names a driver that is not registered. Even though a
# [storage.mongodb] subsection is present, validation fails with UnknownDriver
# and lists the valid driver names.
[]
= "mongodb"
= "postgres"
= "redis"
= "postgres"
= "redis"
= "postgres"
[]
= "mongodb://localhost:27017"
[]
= "redis://localhost:6379"
[]
= "postgresql://localhost:5432/assembly"