Skip to content

Commit

Permalink
fix:functional test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Oct 19, 2023
1 parent d97f439 commit 65ed7f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/at_functional_test/test/sync_multiple_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Future<dynamic> _getServerCommitEntries(String regex) async {
currentAtSign,
namespace,
AtClientPreference()
..privateKey = demo_credentials.pkamPrivateKeyMap[currentAtSign]
..isLocalStoreRequired = false
..rootDomain = 'vip.ve.atsign.zone');
var infoResponse = await atClientManager.atClient
Expand Down Expand Up @@ -437,6 +438,7 @@ AtClientPreference _getAtClientPreference(String currentAtSign,
preference.hiveStoragePath = hiveStoragePath;
preference.commitLogPath = commitLogPath;
preference.isLocalStoreRequired = true;
preference.privateKey = demo_credentials.pkamPrivateKeyMap[currentAtSign];
preference.rootDomain = 'vip.ve.atsign.zone';
preference.atClientParticulars = AtClientParticulars()
..appName = 'wavi'
Expand Down

0 comments on commit 65ed7f1

Please sign in to comment.