Skip to content

Commit 6924db8

Browse files
committed
Typo
1 parent 692c49b commit 6924db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_query(server_connection, fb_vars, dsn, db_file):
8787
elif version in SpecifierSet('>=4.0'):
8888
assert sec_db.endswith('SECURITY4.FDB')
8989
else: # FB30
90-
assert sec_db.endswith('SECURITY53.FDB')
90+
assert sec_db.endswith('SECURITY3.FDB')
9191

9292
assert isinstance(svc.info.lock_directory, str) # Path can vary
9393
caps = svc.info.capabilities

0 commit comments

Comments
 (0)