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:
parent
5eee863d01
commit
7ec6c78aa2
|
@ -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: "/",
|
||||
|
|
Loading…
Reference in New Issue