feat(account): #66 remove db interface for accounts
This commit was merged in pull request #73.
This commit is contained in:
@@ -1754,7 +1754,7 @@ func TestIntegrationAccount(t *testing.T) {
|
||||
req.Header.Set("Cookie", "id="+sessionId)
|
||||
resp, err = httpClient.Do(req)
|
||||
assert.Nil(t, err)
|
||||
assert.Equal(t, http.StatusBadRequest, resp.StatusCode)
|
||||
assert.Equal(t, http.StatusNotFound, resp.StatusCode)
|
||||
assert.NotContains(t, readBody(t, resp.Body), expectedNewName)
|
||||
})
|
||||
t.Run(`should not be able to see other users content`, func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user