fix remote client tests with id

This commit is contained in:
Umputun
2019-06-25 20:06:30 -05:00
parent 9f875394e8
commit f2cecafb27
3 changed files with 16 additions and 16 deletions
-1
View File
@@ -411,7 +411,6 @@ func TestAdmin_BlockedList(t *testing.T) {
err = json.NewDecoder(res.Body).Decode(&users)
assert.Nil(t, err)
assert.Equal(t, 1, len(users), "one user left blocked")
}
func TestAdmin_ReadOnly(t *testing.T) {