Skip to content

Commit 9cad4da

Browse files
committed
Fixes for FB 5
1 parent f983d80 commit 9cad4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_04_AttachmentInfo(db_connection, fb_vars, db_file):
214214
elif version.base_version == FB40:
215215
assert s.remote_version.startswith('P17')
216216
else: # FB 5.0+
217-
assert s.remote_version.startswith('P18')
217+
assert s.remote_version.startswith('P18') or s.remote_version.startswith('P19')
218218

219219
assert isinstance(s.remote_os_user, (str, type(None))) # Might be None
220220
assert isinstance(s.remote_host, (str, type(None))) # Might be None

0 commit comments

Comments
 (0)