[CR-458] Enhance Logs Endpoint Message (#12984)
* Make it possible to identify log entries created via the post API endpoints * Clarify wording
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
ac8e3a853c
Коммит
501da809f3
@@ -283,6 +283,13 @@ func TestPostLog(t *testing.T) {
|
||||
_, resp := Client.PostLog(message)
|
||||
CheckNoError(t, resp)
|
||||
|
||||
*th.App.Config().ServiceSettings.EnableDeveloper = false
|
||||
|
||||
_, resp = Client.PostLog(message)
|
||||
CheckNoError(t, resp)
|
||||
|
||||
*th.App.Config().ServiceSettings.EnableDeveloper = true
|
||||
|
||||
Client.Logout()
|
||||
|
||||
_, resp = Client.PostLog(message)
|
||||
|
||||
Ссылка в новой задаче
Block a user