Skip to content

Commit f7c510b

Browse files
Tests: fix Sync server bind argument.
1 parent ad7313c commit f7c510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/test/sync_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class SyncServer {
391391
'--db-directory=${_dir!.path}',
392392
'--model=${Directory.current.path}/test/objectbox-model.json',
393393
'--bind=ws://127.0.0.1:$_port',
394-
'--browser-bind=http://127.0.0.1:${await _getUnusedPort()}'
394+
'--admin-bind=http://127.0.0.1:${await _getUnusedPort()}'
395395
]);
396396

397397
return _port!;

0 commit comments

Comments
 (0)