Skip to content

Instantly share code, notes, and snippets.

@with-heart
Created July 23, 2017 23:37
Show Gist options
  • Save with-heart/ff674da18e6742e4a22b42e67485e13d to your computer and use it in GitHub Desktop.
Save with-heart/ff674da18e6742e4a22b42e67485e13d to your computer and use it in GitHub Desktop.
@Test
fun `should filter if encrypted string found in uri`() {
val encrypted = "ABCDEFG123456"
request.requestURI = "/endpoint/$encrypted"
assertEquals(true, filter.shouldFilter())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment