Skip to content

Commit

Permalink
Url test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed Jan 7, 2024
1 parent 6906ed5 commit a5d413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_application/test/integration/login_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_cookies_set_to_not_existing_customer_should_log_out_and_redirect_to_log
follow_redirect!

refute cookies["client_id"].present?
assert_equal "/clients", response.original_url
assert_equal "/clients", path
end

private
Expand Down

0 comments on commit a5d413d

Please sign in to comment.