resource gets added with %E2%80%8B,
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022
09:12 AM
02-10-2022
09:12 AM
resource gets added with %E2%80%8B,
When a resource is added in existing API, during the test case execution resource is added with %E2%80%8B, which makes the routing issue. how to make sure this not appended with resource
Example
If My resource is /V3/Telecom/rules/daily-restrictions/{tenant}/{bill}, below gets added during execution
http://{URL}/V3/Telecom/rules%E2%80%8B/daily-restrictions%E2%80%8B/Airtel/123456
How to remove these
Solved! Go to Solution.
Labels:
- Labels:
-
Function Tests
-
REST
-
Scripting
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022
09:25 AM
02-10-2022
09:25 AM
an invisible charachter was added and I had to retype manually for it to work
