diff options
-rw-r--r-- | oslo_db/sqlalchemy/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/sqlalchemy/test_base.py b/oslo_db/sqlalchemy/test_base.py index 96171ea..fbe25a8 100644 --- a/oslo_db/sqlalchemy/test_base.py +++ b/oslo_db/sqlalchemy/test_base.py @@ -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. """ |