Add/fix tags to integration tests

This commit is contained in:
2021-02-19 21:58:06 +01:00
parent 0ecf0c205f
commit d29bb4467a
8 changed files with 25 additions and 25 deletions

View File

@@ -66,7 +66,7 @@ fun TestApplicationResponse.`And the response should contain list`(path: String,
}
}
val TestApplicationResponse.`And the response should not be null` get() = content.`should not be null`()
fun TestApplicationResponse.`And the response should not be null`() = content.`should not be null`()
fun TestApplicationResponse.`And the response should be null`() = content.`should be null`()
infix fun String.`and should contains`(expected: String) = this
.`should not be null`()