(status int)
| 1166 | if delivery != m.recordVCSWebhookDeliveryCfg.expectedDelivery { |
| 1167 | m.t.Errorf("Incorrect arguments. Expected: %+v, Got: %+v", |
| 1168 | m.recordVCSWebhookDeliveryCfg.expectedDelivery, delivery) |
| 1169 | } |
| 1170 | |
| 1171 | return m.recordVCSWebhookDeliveryCfg.output, m.recordVCSWebhookDeliveryCfg.err |
| 1172 | } |
| 1173 | |
| 1174 | return true, nil |
| 1175 | } |
| 1176 | |
| 1177 | type MockPublishSearchConfigurationChangedConfig struct { |
| 1178 | expectedResp *backend.SavedSearchResponse |
| 1179 | expectedUserID string |
| 1180 | expectedIsCreation bool |
no outgoing calls
no test coverage detected