mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the feature tests use the correct test settings database. Fixes #2486
This commit is contained in:
committed by
Dave Page
parent
0056a94115
commit
1ee555e468
@@ -305,8 +305,6 @@ DEFAULT_BINARY_PATHS = {
|
||||
##########################################################################
|
||||
# Test settings - used primarily by the regression suite, not for users
|
||||
##########################################################################
|
||||
# Set default testing mode
|
||||
TESTING_MODE = False
|
||||
|
||||
# The default path for SQLite database for testing
|
||||
TEST_SQLITE_PATH = os.path.join(DATA_DIR, 'test_pgadmin4.db')
|
||||
|
||||
Reference in New Issue
Block a user