Minor cleanup
This commit is contained in:
parent
e61a9bddeb
commit
a000f0d72d
2 changed files with 2 additions and 2 deletions
|
@ -55,6 +55,6 @@ internal class JokeUtilTest {
|
|||
fun `Validate Authentication Header`() {
|
||||
val token = "AUTH-TOKEN"
|
||||
val body = fetchUrl("https://postman-echo.com/get", token)
|
||||
assertThat(body, "body").contains("\"authentication\":\"$token\"")
|
||||
assertThat(body, "body").contains("\"authentication\": \"$token\"")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue