Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marlena-b authored and andrzejkrzywda committed Jul 31, 2024
1 parent 684c012 commit 166692e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rails_application/test/integration/client_orders_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_adding_product_which_is_not_available_anymore

order_1_id = SecureRandom.uuid
session_1.post "/client_orders/#{order_1_id}/add_item?product_id=#{product_id}"
order_and_pay(customer_1_id, order_1_id, product_id)

order_2_id = SecureRandom.uuid
session_2.post "/client_orders/#{order_2_id}/add_item?product_id=#{product_id}"
Expand Down

0 comments on commit 166692e

Please sign in to comment.