@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/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to