Skip to content

Commit 0dbdfba

Browse files
committed
Fix test
1 parent ff032b5 commit 0dbdfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/api/v1/statuses_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
end
408408

409409
context 'with a quote in an unlisted message' do
410-
let!(:quoted_status) { Fabricate(:status, quote_approval_policy: Status::QUOTE_APPROVAL_POLICY_FLAGS[:public] << 16) }
410+
let!(:quoted_status) { Fabricate(:status, quote_approval_policy: InteractionPolicy::POLICY_FLAGS[:public] << 16) }
411411
let(:params) do
412412
{
413413
status: 'Hello, this is a quote',

0 commit comments

Comments
 (0)