diff --git a/firebird.conf b/firebird-driver.conf similarity index 99% rename from firebird.conf rename to firebird-driver.conf index ff093a5f..12fb674d 100644 --- a/firebird.conf +++ b/firebird-driver.conf @@ -168,7 +168,7 @@ user = SYSDBA ; Default user password ; Type: str -password = masterkey +;password = masterkey ; Configuration override ; Type: str diff --git a/firebird/qa/plugin.py b/firebird/qa/plugin.py index 58740452..07408bcf 100644 --- a/firebird/qa/plugin.py +++ b/firebird/qa/plugin.py @@ -104,7 +104,7 @@ def pytest_configure(config): ) if config.getoption('help'): return - config_path: Path = Path.cwd() / 'firebird.conf' + config_path: Path = Path.cwd() / 'firebird-driver.conf' if config_path.is_file(): driver_config.read(str(config_path)) _vars_['firebird-config'] = config_path