Add a store test for registering a name that was revoked
Bug #1736752 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The store added a new error code for when a user tries to register a name that he previously registered but is now revoked.
We should add an integration test to test the error message returned in this case.
To post a comment you must log in.
Currently, the error code returned by the store is 'already_owned'. Matias will split it in a new error code, called 'revoked_name', so we can show different errors for those two conditions in an easier way.