()
| 85 | } |
| 86 | |
| 87 | func (s *CompatSuite) TestSetConfig() { |
| 88 | inst := s.p.NewPluginInstance(UserContext{ |
| 89 | ID: 3, |
| 90 | Name: "test3", |
| 91 | }) |
| 92 | |
| 93 | defaultConfig := inst.DefaultConfig() |
| 94 | assert.Nil(s.T(), inst.ValidateAndSetConfig(defaultConfig)) |
| 95 | } |
| 96 | |
| 97 | func (s *CompatSuite) TestRegisterWebhook() { |
| 98 | inst := s.p.NewPluginInstance(UserContext{ |
nothing calls this directly
no test coverage detected