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
We should have detailed unit tests that cover not only the internal functionality, but the expected results of subsequent requests.
For example, if you create a new author profile with a random screen name, you should then be able to access /@{$username} and get an HTTP 2xx response rather than an HTTP 3xx response.
The text was updated successfully, but these errors were encountered:
We should have detailed unit tests that cover not only the internal functionality, but the expected results of subsequent requests.
For example, if you create a new author profile with a random screen name, you should then be able to access
/@{$username}
and get an HTTP 2xx response rather than an HTTP 3xx response.The text was updated successfully, but these errors were encountered: