Merge "Fix documented env variable for test connection"

This commit is contained in:
Jenkins 2015-03-10 12:56:29 +00:00 committed by Gerrit Code Review
commit 700a01bc77

View File

@ -38,7 +38,7 @@ class DbFixture(fixtures.Fixture):
Allows to run tests on various db backends, such as SQLite, MySQL and
PostgreSQL. By default use sqlite backend. To override default backend
uri set env variable OS_TEST_DBAPI_CONNECTION with database admin
uri set env variable OS_TEST_DBAPI_ADMIN_CONNECTION with database admin
credentials for specific backend.
"""