Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Fix HTTP headers test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez committed Feb 1, 2021
1 parent 65ea611 commit cd50399
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ internal class PostgrestHttpClientApacheTest {
val httpResponse = mockk<CloseableHttpResponse>()
every { httpResponse.code } returns 200
every { httpResponse.entity } returns null
every { httpResponse.headers } returns emptyArray()

val requestCapture = mockHttpCallWithGetRequest(httpResponse)

Expand Down

0 comments on commit cd50399

Please sign in to comment.