Skip to content

Commit 2490419

Browse files
Copilotmariuz
andcommitted
Fix SYSDBA user info test for Firebird 3+
Co-authored-by: mariuz <18359+mariuz@users.noreply.github.com>
1 parent 95a2286 commit 2490419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/service.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ describe('Test Service', () => {
275275
assert.ok(!err, err);
276276
verifyUser(data.fbusers[0], {
277277
username: 'SYSDBA',
278-
firstname: 'Sql',
279-
middlename: 'Server',
280-
lastname: 'Administrator',
278+
firstname: '',
279+
middlename: '',
280+
lastname: '',
281281
userid: 0,
282282
groupid: 0
283283
});

0 commit comments

Comments
 (0)