Skip to content

Commit ef0d497

Browse files
committed
Fix test
1 parent 0dbdfba commit ef0d497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/dev.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ namespace :dev do
441441
text: 'This post has a manual quote policy',
442442
account: remote_account,
443443
visibility: :public,
444-
quote_approval_policy: Status::QUOTE_APPROVAL_POLICY_FLAGS[:public]
444+
quote_approval_policy: InteractionPolicy::POLICY_FLAGS[:public]
445445
).find_or_create_by!(id: 10_000_030)
446446
end
447447
end

0 commit comments

Comments
 (0)