Skip to content

Commit 1f5f11a

Browse files
1 parent b297400 commit 1f5f11a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/kotlin/uk/gov/justice/hmpps/probationsearch/contactsearch/ContactSearchIntegrationTest.kt

-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ class ContactSearchIntegrationTest {
194194

195195
assertThat(results.size).isEqualTo(1)
196196
assertThat(results.results.first().crn).isEqualTo(crn)
197-
198-
verify(auditService).publishEvent(eq("Search Contacts"), any(), eq(crn), eq("CRN"), any(), "probation-search")
199197
}
200198

201199
@Test

0 commit comments

Comments
 (0)