We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692c49b commit 6924db8Copy full SHA for 6924db8
tests/test_server.py
@@ -87,7 +87,7 @@ def test_query(server_connection, fb_vars, dsn, db_file):
87
elif version in SpecifierSet('>=4.0'):
88
assert sec_db.endswith('SECURITY4.FDB')
89
else: # FB30
90
- assert sec_db.endswith('SECURITY53.FDB')
+ assert sec_db.endswith('SECURITY3.FDB')
91
92
assert isinstance(svc.info.lock_directory, str) # Path can vary
93
caps = svc.info.capabilities
0 commit comments