summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@mirantis.com>2015-03-10 16:38:27 +1000
committerAngus Salkeld <asalkeld@mirantis.com>2015-03-10 16:38:27 +1000
commit95d4543037b1a650887ad3cebef3fe68800105fa (patch)
treec1822840a07a45c8ce3004a096dad576bc2bb8cf
parent11f71cdaefdbfefa41dcd423c2cc7e220e3a1525 (diff)
downloadoslo-db-95d4543037b1a650887ad3cebef3fe68800105fa.tar.gz
Fix documented env variable for test connection
I had to go digging into how this worked to figure out the missing "_ADMIN_". Change-Id: Id9a48cf413eacd04473f3413421681b32cbf5f29
-rw-r--r--oslo_db/sqlalchemy/test_base.py2
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.
"""