mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Removed default value
This commit is contained in:
parent
900e3aac7a
commit
4bb1b5c4a0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class TestCase:
|
|||
"""Restore prepared MongoDB dumps into selected DB."""
|
||||
backup_dir = os.path.join(download_test_data, "input", "dumps")
|
||||
|
||||
uri = os.environ.get("OPENPYPE_MONGO") or "mongodb://localhost:27017"
|
||||
uri = os.environ.get("OPENPYPE_MONGO")
|
||||
db_handler = DBHandler(uri)
|
||||
db_handler.setup_from_dump(self.TEST_DB_NAME, backup_dir, True,
|
||||
db_name_out=self.TEST_DB_NAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue