(t *testing.T, actual, expected http.Header)
| 1202 | if isCreation != m.publishSearchConfigurationChangedCfg.expectedIsCreation { |
| 1203 | m.t.Errorf("unexpected is creation %t", isCreation) |
| 1204 | } |
| 1205 | |
| 1206 | return m.publishSearchConfigurationChangedCfg.err |
| 1207 | } |
| 1208 | |
| 1209 | func (m *MockEventPublisher) PublishCodeScanTask( |
| 1210 | _ context.Context, |
| 1211 | _ codescantaskv1.CodeScanTaskEvent, |
no outgoing calls
no test coverage detected