Revert "app/pluginservice: move plugin out from the Channels product (#21697)" (#21725)

This reverts commit 6c55c4d356.
Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-11-24 16:52:36 +03:00
коммит произвёл GitHub
родитель a05dd722ed
Коммит 372653a921
31 изменённых файлов: 408 добавлений и 497 удалений

Просмотреть файл

@@ -24,7 +24,7 @@ func TestServePluginPublicRequest(t *testing.T) {
require.NoError(t, err)
rr := httptest.NewRecorder()
handler := http.HandlerFunc(th.App.PluginService().ServePluginPublicRequest)
handler := http.HandlerFunc(th.App.ch.ServePluginPublicRequest)
handler.ServeHTTP(rr, req)
assert.Equal(t, http.StatusNotFound, rr.Code)