Skip to content

Commit

Permalink
Merge pull request #1579 from ably/1578-fix-authbase0
Browse files Browse the repository at this point in the history
[ECO-4128] Fix race condition in `authbase0` test case
  • Loading branch information
VeskeR authored Apr 16, 2024
2 parents 40d3621 + 7e71eac commit 5911e9a
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 @@ -64,7 +64,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 });
whenPromiseSettles(realtime.auth.requestToken(), function (err, tokenDetails) {
if (err) {
closeAndFinish(done, realtime, err);
Expand Down

0 comments on commit 5911e9a

Please sign in to comment.