Этот коммит содержится в:
Ben Schumacher
2023-10-11 10:13:36 +02:00
коммит произвёл GitHub
родитель 176370e175
Коммит 0d5a8b8841
189 изменённых файлов: 1 добавлений и 361 удалений

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

@@ -440,7 +440,6 @@ func TestPluginCommand(t *testing.T) {
require.NotNil(t, err)
require.Equal(t, 500, err.StatusCode)
})
}
// Test Product with the minimum code needed to handle
@@ -621,6 +620,5 @@ func TestProductCommands(t *testing.T) {
require.Nil(t, err2)
require.NotNil(t, resp)
assert.Equal(t, "plugin slash command called", resp.Text)
})
}