Skip to content

Commit

Permalink
rebase plz
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Jul 26, 2024
1 parent f7e3697 commit 11322c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/api/account_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# and appropriate callbacks and values will be set in place
put '/admin/api/accounts/:id/make_pending.:format' do
include_context "resource"
let(:resource) { FactoryBot.create(:buyer_account, provider_account: provider) }
let(:resource) { FactoryBot.create(:buyer_account, :approved, provider_account: provider) }

# the response code and body are checked automatically
# you can adjust it by setting:
Expand Down

0 comments on commit 11322c0

Please sign in to comment.