Skip to content

Commit

Permalink
remove useless option
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Jan 29, 2021
1 parent 2a94f09 commit 9c5b6ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/test_qgsproviderconnection_oracle.py
Expand Up @@ -34,8 +34,7 @@ class TestPyQgsProviderConnectionOracle(unittest.TestCase, TestPyQgsProviderConn

# there is no service for oracle provider test so we need to save user and password
# to keep them when storing/loading connections in parent class _test_save_load method
configuration = {"saveUsername": True, "savePassword": True, "geometryColumnsOnly": True,
"onlyExistingTypes": True}
configuration = {"saveUsername": True, "savePassword": True, "onlyExistingTypes": True}

defaultSchema = 'QGIS'

Expand Down

0 comments on commit 9c5b6ac

Please sign in to comment.