fix test
This commit is contained in:
parent
4ab8232190
commit
3f826f7bd5
@ -15,7 +15,7 @@ type Options struct {
|
||||
}
|
||||
|
||||
const Type = "telegram"
|
||||
const MaxCharsCount = 4096
|
||||
const MaxCharsCount uint16 = 4096
|
||||
|
||||
var (
|
||||
config *TransportConfig
|
||||
|
@ -70,6 +70,7 @@ func TestRouting_addBotHandler(t *testing.T) {
|
||||
Editing: v1.ChannelFeatureBoth,
|
||||
Quoting: v1.ChannelFeatureBoth,
|
||||
Deleting: v1.ChannelFeatureReceive,
|
||||
MaxCharsCount: MaxCharsCount,
|
||||
},
|
||||
Product: v1.Product{
|
||||
Creating: v1.ChannelFeatureReceive,
|
||||
|
Loading…
Reference in New Issue
Block a user