You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some tests that have parameters and are named something like RandomTests.testWithParams{USPS_REGULAR,USA}.
When trying to load up that given test history, I get an infinite spinner and a 400 Bad Request from the klov api. The reason for this is that the browser is not url encoding the test name. So it makes a request like:
I've got some tests that have parameters and are named something like
RandomTests.testWithParams{USPS_REGULAR,USA}
.When trying to load up that given test history, I get an infinite spinner and a 400 Bad Request from the klov api. The reason for this is that the browser is not url encoding the test name. So it makes a request like:
But really should be making that request like this
The text was updated successfully, but these errors were encountered: