Skip to content

Commit

Permalink
Enable enableChannelState feature flag for test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Oct 16, 2024
1 parent 4155a04 commit 6a56b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common/modules/testapp_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ define(['globals', 'ably'], function (ablyGlobals, ably) {
callback(err);
return;
}
testData.post_apps.featureFlags = ['enableChannelState'];
var postData = JSON.stringify(testData.post_apps);
var postOptions = {
host: restHost,
Expand Down

0 comments on commit 6a56b3e

Please sign in to comment.