[openstreetmap/openstreetmap-website] Facebook deletion callback (PR #7093)

Tom Hughes notifications at github.com
Thu May 21 07:36:33 UTC 2026


@tomhughes commented on this pull request.



> +
+    ##
+    # test showing status of a facebook deletion request with an invalid code
+    def test_show_facebook_invalid_code
+      get auth_delete_path(:provider => "facebook", :confirmation_code => "invalid")
+      assert_response :bad_request
+    end
+
+    ##
+    # test creation of a facebook deletion request
+    def test_create_facebook
+      user = create(:user, :auth_provider => "facebook", :auth_uid => "12345")
+
+      payload = Base64.urlsafe_encode64(
+        JSON.generate(
+          :algortihm => "HMAC-SHA256",

Fixed, thanks.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7093#discussion_r3279434036
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/7093/review/4334891538 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260521/b45ce714/attachment.htm>


More information about the rails-dev mailing list