MM-38081: Fix for disappearing permalink previews (#18400)
* MM-38081: Fix for disappearing previews. * MM-38081: Update method signature in tests. * MM-38081: Adds test replicating bug.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fd7bc9b4a0
Коммит
28ef5856ed
@@ -775,7 +775,6 @@ func TestPushNotificationAck(t *testing.T) {
|
||||
|
||||
handler.ServeHTTP(resp, req)
|
||||
assert.Equal(t, http.StatusForbidden, resp.Code)
|
||||
fmt.Printf("DEBUG/resp.Body: %+v\n", resp.Body)
|
||||
assert.NotNil(t, resp.Body)
|
||||
})
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user