Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2419 - Multipart form fields ignoring numeric data #2420

Merged
merged 2 commits into from
Oct 21, 2023

Conversation

san70sh
Copy link
Contributor

@san70sh san70sh commented Oct 20, 2023

Description

This PR resolves the bug that ignores numeric data while testing with multipart form fields.

The fix was to convert any numeric data to string before they are added to the hashmap

  • Relevant Issues : 2419
  • Relevant PRs : (optional)
  • Type of change :
    • New feature
    • Bug fix for existing feature
    • Code quality improvement
    • Addition or Improvement of tests
    • Addition or Improvement of documentation

@san70sh san70sh marked this pull request as ready for review October 20, 2023 13:12
@san70sh san70sh marked this pull request as draft October 20, 2023 17:10
@san70sh san70sh marked this pull request as ready for review October 20, 2023 17:24
@ptrthomas ptrthomas merged commit 6f40066 into karatelabs:develop Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants