Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 007b2f6

Browse files
authored
Merge pull request #271 from cloudant/228-remove-misleading-docstring
228 remove misleading admin party docstring
2 parents 4e962f4 + 34b87a9 commit 007b2f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/unit_t_db_base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ class UnitTestDbBase(unittest.TestCase):
7777
def setUpClass(cls):
7878
"""
7979
If targeting CouchDB, Set up a CouchDB instance otherwise do nothing.
80-
81-
Note: Admin Party is currently unsupported so we must create a
82-
CouchDB user for tests to function with a CouchDB instance if one is
83-
not provided.
8480
"""
8581
if os.environ.get('RUN_CLOUDANT_TESTS') is None:
8682
if os.environ.get('DB_URL') is None:

0 commit comments

Comments
 (0)