]> git.openstreetmap.org Git - rails.git/commit
Simplify creation of bearer authorization headers
authorTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 17:54:05 +0000 (18:54 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 17:54:05 +0000 (18:54 +0100)
commit4d221fd7a6f2914cd7403a19d0f507a8e43ba5c6
tree853e7f60edab139b39ccdb42bbc1bf7f4a81c53d
parent2af5094742c543116e1c65bd4e0a1f989ad848c8
Simplify creation of bearer authorization headers

Uses the new features added to the bearer_authorization_header while
dropping basic authentication support to simplify the creation of bearer
authorization headers for API tests.
test/controllers/api/changeset_comments_controller_test.rb
test/controllers/api/messages_controller_test.rb
test/controllers/api/old_nodes_controller_test.rb
test/controllers/api/old_relations_controller_test.rb
test/controllers/api/old_ways_controller_test.rb
test/controllers/api/permissions_controller_test.rb
test/controllers/api/user_preferences_controller_test.rb
test/controllers/api/users_controller_test.rb