diff --git a/test/services/users_test.dart b/test/services/users_test.dart index 8cf7cdff..dbc627e8 100644 --- a/test/services/users_test.dart +++ b/test/services/users_test.dart @@ -10,7 +10,7 @@ main() async { setUp(() async { app = await createServer(); - client = await connectTo(app, saveSession: false); + client = await connectTo(app); }); tearDown(() async {