Skip to content

Commit

Permalink
chore: add unit test for new method
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Oenning <marcel.oenning@sap.com>
  • Loading branch information
moenning committed Aug 25, 2021
1 parent c06fc6b commit defe668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ func TestResponse(t *testing.T) {
assert.EqualValues(t, under.StatusCode, resp.Code())
assert.Equal(t, under.Status, resp.Message())
assert.Equal(t, "blah blah", resp.GetHeader("blah"))
assert.Equal(t, []string{"blah blah"}, resp.GetHeaders("blah"))
assert.Equal(t, under.Body, resp.Body())
}

0 comments on commit defe668

Please sign in to comment.