DEV: Fix test for core change (#389)

This slight core change breaks this test

https://github.com/discourse/discourse/pull/18691
This commit is contained in:
Martin Brennan 2022-10-21 14:16:41 +10:00 committed by GitHub
parent 5eee863d01
commit 7ec6c78aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import topicFixtures from "discourse/tests/fixtures/topic";
acceptance(
"Discourse Assign | Never track topics assign reason",
function (needs) {
needs.user();
needs.user({ can_send_private_messages: true });
needs.settings({
assign_enabled: true,
assigns_user_url_path: "/",