[PR #676] [MERGED] Fix random generate data in url no spaces #1029

Closed
opened 2025-12-29 08:34:24 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/676
Author: @leolplex
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @StefH

Base: masterHead: FixRandomDataInUrl


📝 Commits (2)

  • 91b903d Fix random generate data in url no spaces
  • bac9cbf Format class

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserDynamicExampleValues.cs (+1 -1)

📄 Description

Hello @StefH ,

I found a bug when the dynamic data has an space, the idea is a simple regexp to build random data without spaces.

Thanks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/676 **Author:** [@leolplex](https://github.com/leolplex) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `FixRandomDataInUrl` --- ### 📝 Commits (2) - [`91b903d`](https://github.com/wiremock/WireMock.Net/commit/91b903d82682a6592ebf73c6ae9288e22ab9e125) Fix random generate data in url no spaces - [`bac9cbf`](https://github.com/wiremock/WireMock.Net/commit/bac9cbf84928ee0764a6e929618823ea00516420) Format class ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserDynamicExampleValues.cs` (+1 -1) </details> ### 📄 Description Hello @StefH , I found a bug when the dynamic data has an space, the idea is a simple regexp to build random data without spaces. Thanks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:24 +01:00
adam closed this issue 2025-12-29 08:34:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1029