Skip to content

Commit

Permalink
fix invoice feature flag enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Oct 24, 2023
1 parent c1e611a commit 2669cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/admin/invoice_print_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
end
context "when invoice feature is enabled" do
before do
Flipper.enable(:invoice)
Flipper.enable(:invoices)
end
it_behaves_like "contains right Payment Description at Checkout information"
it_behaves_like "Check display on each invoice: legacy and alternative", false
Expand Down

0 comments on commit 2669cfa

Please sign in to comment.