Skip to content

Commit

Permalink
update default setting value on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 committed Dec 20, 2024
1 parent f60b4f6 commit 03e323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/livechat/24-routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { IS_EE } from '../../../e2e/config/constants';
deleteUser(testUser.user),
deleteUser(testUser2.user),
deleteUser(testUser3.user),
updateSetting('Livechat_assign_new_conversation_to_bot', true),
updateSetting('Livechat_assign_new_conversation_to_bot', false),
]),
);

Expand Down

0 comments on commit 03e323a

Please sign in to comment.