Skip to content

Commit

Permalink
Fixes race condition in authbase0 test case
Browse files Browse the repository at this point in the history
Resolves #1578
  • Loading branch information
VeskeR committed Jan 16, 2024
1 parent 584a46b commit 5190a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/realtime/auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ define(['ably', 'shared_helper', 'async', 'chai'], function (Ably, helper, async
* Base token generation case
*/
it('authbase0', function (done) {
var realtime = helper.AblyRealtime();
var realtime = helper.AblyRealtime({ queryTime: true });
realtime.auth.requestToken(function (err, tokenDetails) {
if (err) {
closeAndFinish(done, realtime, err);
Expand Down

0 comments on commit 5190a87

Please sign in to comment.