Skip to content

import_users job failing on to_form_data_part #796

Description

@rafal-brize

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

auth0-6.1.0/lib/auth0/jobs/users_imports/client.rb:33 does params[:users].to_form_data_part(name: "users")
to_form_data_part is not defined anywhere in auth0 6.1.0 — I grepped the whole lib

I am expecting this is to do with Auth0::Internal::Multipart::FormDataPart but this is private.

Reproduction

just try running jobs.users_imports.create passing in acual data (users) current tests do not do it

Additional context

No response

ruby-auth0 version

6.1.0

Ruby version

4.0.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis points to a verified bug in the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions