Skip to content

Commit

Permalink
reverted eventengine enabled flag reset for Presence Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Oct 28, 2024
1 parent f71e4fe commit e62b466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/UnitTests/PubnubApi.Tests/WhenAClientIsPresented.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ public static async Task Init()
PublishKey = PubnubCommon.PublishKey,
SubscribeKey = PubnubCommon.SubscribeKey,
SecretKey = PubnubCommon.SecretKey,
Secure = false,
EnableEventEngine = false
Secure = false
};
server.RunOnHttps(false);

Expand Down

0 comments on commit e62b466

Please sign in to comment.